Home
last modified time | relevance | path

Searched refs:getColumn (Results 1 – 25 of 32) sorted by relevance

12

/NextBSD/contrib/llvm/lib/Transforms/Utils/
HDAddDiscriminators.cpp208 DILocation::get(Ctx, FirstDIL->getLine(), FirstDIL->getColumn(), in runOnFunction()
220 << ":" << NewDIL->getColumn() << ":" in runOnFunction()
HDInlineFunction.cpp858 Ctx, MD->getLine(), MD->getColumn(), MD->getScope(), Last); in updateInlinedAtInfo()
880 Ctx, InlinedAtNode->getLine(), InlinedAtNode->getColumn(), in fixupLineNumbers()
/NextBSD/contrib/llvm/lib/Support/
HDFormattedStream.cpp72 indent(std::max(int(NewCol - getColumn()), 1)); in PadToColumn()
/NextBSD/contrib/llvm/include/llvm/Support/
HDFormattedStream.h110 unsigned getColumn() { return Position.first; } in getColumn() function
/NextBSD/contrib/llvm/lib/IR/
HDDebugLoc.cpp33 return get()->getColumn(); in getCol()
HDDiagnosticInfo.cpp142 *Column = L->getColumn(); in getLocation()
HDLLVMContextImpl.h243 : Line(L->getLine()), Column(L->getColumn()), Scope(L->getRawScope()),
247 return Line == RHS->getLine() && Column == RHS->getColumn() &&
602 Column(N->getColumn()) {}
606 Line == RHS->getLine() && Column == RHS->getColumn();
/NextBSD/contrib/compiler-rt/lib/ubsan/
HDubsan_diag.cc56 AI.column = SLoc.getColumn(); in MaybeReportErrorSummary()
124 SLoc.getColumn(), common_flags()->symbolize_vs_style, in renderLocation()
HDubsan_value.h78 unsigned getColumn() const { return Column; } in getColumn() function
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDSourceLocation.cpp53 << ':' << PLoc.getColumn(); in print()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDAnalyzerStatsChecker.cpp102 output << "block(line:" << Loc.getLine() << ":col:" << Loc.getColumn(); in checkEndAnalysis()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDSanitizerMetadata.cpp92 llvm::Type::getInt32Ty(VMContext), PLoc.getColumn())), in getLocationMetadata()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDLogDiagnosticPrinter.cpp158 DE.Column = PLoc.getColumn(); in HandleDiagnostic()
HDSerializedDiagnosticPrinter.cpp370 Record.push_back(PLoc.getColumn()+TokSize); in AddLocToRecord()
HDTextDiagnostic.cpp808 if (unsigned ColNo = PLoc.getColumn()) { in emitDiagnosticLoc()
/NextBSD/contrib/llvm/include/llvm/IR/
HDDebugInfoMetadata.h1160 return getTemporary(getContext(), getLine(), getColumn(), getScope(),
1181 unsigned getColumn() const { return SubclassData16; }
1460 inline unsigned getColumn() const;
1496 getColumn());
1510 unsigned getColumn() const { return Column; }
1523 unsigned DILexicalBlockBase::getColumn() const {
1525 return N->getColumn();
1572 unsigned getColumn() const = delete;
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDSourceLocation.h385 unsigned getColumn() const { return Col; } in getColumn() function
/NextBSD/contrib/llvm/include/llvm/MC/
HDMCDwarf.h92 unsigned getColumn() const { return Column; } in getColumn() function
/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDDwarfDebug.h64 unsigned getColumn() const { return Column; } in getColumn() function
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTDumper.cpp586 << ':' << PLoc.getColumn(); in dumpLocation()
591 << ':' << PLoc.getColumn(); in dumpLocation()
594 OS << "col" << ':' << PLoc.getColumn(); in dumpLocation()
/NextBSD/contrib/llvm/lib/MC/
HDMCDwarf.cpp138 if (Column != it->getColumn()) { in EmitDwarfLineTable()
139 Column = it->getColumn(); in EmitDwarfLineTable()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGDumper.cpp544 if (unsigned C = L->getColumn()) in print_details()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
HDAnalysisConsumer.cpp281 << Loc.getColumn() << '\n'; in DisplayFunction()
/NextBSD/contrib/llvm/lib/Target/BPF/
HDBPFISelLowering.cpp70 unsigned Column = DIL->getColumn(); in print()
/NextBSD/contrib/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp801 Record.push_back(N->getColumn()); in WriteDILocation()
1003 Record.push_back(N->getColumn()); in WriteDILexicalBlock()
2156 Vals.push_back(DL->getColumn()); in WriteFunction()

12