Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DAddDiscriminators.cpp216 << DIL->getColumn() << ":" << Discriminator << " " in addDiscriminators()
221 << DIL->getColumn() << ":" << Discriminator << " " << I in addDiscriminators()
254 << CurrentDIL->getLine() << ":" << CurrentDIL->getColumn() in addDiscriminators()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DSourceLocation.cpp59 << ':' << PLoc.getColumn(); in print()
102 << PLoc.getColumn(); in PrintDifference()
104 OS << "line" << ':' << PLoc.getLine() << ':' << PLoc.getColumn(); in PrintDifference()
106 OS << "col" << ':' << PLoc.getColumn(); in PrintDifference()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDebugLoc.cpp33 return get()->getColumn(); in getCol()
110 Ctx, MD->getLine(), MD->getColumn(), MD->getScope(), Last); in appendInlinedAt()
H A DDiagnosticInfo.cpp117 Column = DL->getColumn(); in DiagnosticLocation()
152 Column = Loc.getColumn(); in getLocation()
432 unsigned Col = DL.getColumn(); in mapping()
H A DLLVMContextImpl.h290 : Line(L->getLine()), Column(L->getColumn()), Scope(L->getRawScope()),
294 return Line == RHS->getLine() && Column == RHS->getColumn() &&
738 Column(N->getColumn()) {}
742 Line == RHS->getLine() && Column == RHS->getColumn();
H A DDebugInfo.cpp500 MLD->getColumn(), Scope, InlinedAt); in getReplacementMDLocation()
501 return DILocation::get(MLD->getContext(), MLD->getLine(), MLD->getColumn(), in getReplacementMDLocation()
896 return unwrapDI<DILocation>(Location)->getColumn(); in LLVMDILocationGetColumn()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistration.cpp122 if (FOut.getColumn() > PadForDesc) in printAnalyzerConfigList()
128 if (FOut.getColumn() > MinLineWidth && C == ' ') { in printAnalyzerConfigList()
/freebsd-12.1/contrib/compiler-rt/lib/ubsan/
H A Dubsan_monitor.cc69 *OutCol = SL.getColumn(); in __ubsan_get_current_report_data()
H A Dubsan_value.h78 unsigned getColumn() const { return Column; } in getColumn() function
H A Dubsan_diag.cc85 AI.column = SLoc.getColumn(); in MaybeReportErrorSummary()
148 SLoc.getColumn(), common_flags()->symbolize_vs_style, in RenderLocation()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DFormattedStream.cpp73 indent(std::max(int(NewCol - getColumn()), 1)); in PadToColumn()
/freebsd-12.1/contrib/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp59 << Group.getColumn(); in get()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCCodeView.cpp299 FilteredLines.back().getColumn() != IA.Col) { in getFunctionLineEntries()
344 return LineEntry.getColumn() != 0; in emitLineTableForFunction()
379 OS.EmitIntValue(J->getColumn(), 2); in emitLineTableForFunction()
489 << ' ' << Loc.getLine() << ' ' << Loc.getColumn() in encodeInlineLineTable()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFormattedStream.h110 unsigned getColumn() { return Position.first; } in getColumn() function
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86DiscriminateMemOps.cpp140 << " Column: " << DI->getColumn() in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp102 output << "block(line:" << Loc.getLine() << ":col:" << Loc.getColumn(); in checkEndAnalysis()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DLogDiagnosticPrinter.cpp158 DE.Column = PLoc.getColumn(); in HandleDiagnostic()
H A DFrontendActions.cpp451 std::to_string(DefLoc.getColumn()); in getTemplightEntry()
458 std::to_string(PoiLoc.getColumn()); in getTemplightEntry()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DSanitizerMetadata.cpp104 llvm::Type::getInt32Ty(VMContext), PLoc.getColumn())), in getLocationMetadata()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCCodeView.h63 unsigned getColumn() const { return Column; } in getColumn() function
/freebsd-12.1/contrib/llvm/tools/llvm-mca/Views/
H A DResourcePressureView.cpp70 unsigned Column = OS.getColumn(); in printColumnNames()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTextNodeDumper.cpp328 << PLoc.getColumn(); in dumpLocation()
332 OS << "line" << ':' << PLoc.getLine() << ':' << PLoc.getColumn(); in dumpLocation()
335 OS << "col" << ':' << PLoc.getColumn(); in dumpLocation()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp301 << Location->getColumn(); in dump()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceLocation.h321 unsigned getColumn() const { in getColumn() function
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1450 return getTemporary(getContext(), getLine(), getColumn(), getRawScope(),
1480 unsigned getColumn() const { return SubclassData16; }
1934 getColumn());
1948 unsigned getColumn() const { return Column; }
1998 unsigned getColumn() const = delete;
2026 return DILocation::get(getContext(), getLine(), getColumn(), NewScope,

12