| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | AddDiscriminators.cpp | 216 << 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 D | SourceLocation.cpp | 59 << ':' << 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 D | DebugLoc.cpp | 33 return get()->getColumn(); in getCol() 110 Ctx, MD->getLine(), MD->getColumn(), MD->getScope(), Last); in appendInlinedAt()
|
| H A D | DiagnosticInfo.cpp | 117 Column = DL->getColumn(); in DiagnosticLocation() 152 Column = Loc.getColumn(); in getLocation() 432 unsigned Col = DL.getColumn(); in mapping()
|
| H A D | LLVMContextImpl.h | 290 : 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 D | DebugInfo.cpp | 500 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 D | CheckerRegistration.cpp | 122 if (FOut.getColumn() > PadForDesc) in printAnalyzerConfigList() 128 if (FOut.getColumn() > MinLineWidth && C == ' ') { in printAnalyzerConfigList()
|
| /freebsd-12.1/contrib/compiler-rt/lib/ubsan/ |
| H A D | ubsan_monitor.cc | 69 *OutCol = SL.getColumn(); in __ubsan_get_current_report_data()
|
| H A D | ubsan_value.h | 78 unsigned getColumn() const { return Column; } in getColumn() function
|
| H A D | ubsan_diag.cc | 85 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 D | FormattedStream.cpp | 73 indent(std::max(int(NewCol - getColumn()), 1)); in PadToColumn()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-cov/ |
| H A D | CoverageSummaryInfo.cpp | 59 << Group.getColumn(); in get()
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCCodeView.cpp | 299 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 D | FormattedStream.h | 110 unsigned getColumn() { return Position.first; } in getColumn() function
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86DiscriminateMemOps.cpp | 140 << " Column: " << DI->getColumn() in runOnMachineFunction()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | AnalyzerStatsChecker.cpp | 102 output << "block(line:" << Loc.getLine() << ":col:" << Loc.getColumn(); in checkEndAnalysis()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | LogDiagnosticPrinter.cpp | 158 DE.Column = PLoc.getColumn(); in HandleDiagnostic()
|
| H A D | FrontendActions.cpp | 451 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 D | SanitizerMetadata.cpp | 104 llvm::Type::getInt32Ty(VMContext), PLoc.getColumn())), in getLocationMetadata()
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCCodeView.h | 63 unsigned getColumn() const { return Column; } in getColumn() function
|
| /freebsd-12.1/contrib/llvm/tools/llvm-mca/Views/ |
| H A D | ResourcePressureView.cpp | 70 unsigned Column = OS.getColumn(); in printColumnNames()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | TextNodeDumper.cpp | 328 << 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 D | DbgEntityHistoryCalculator.cpp | 301 << Location->getColumn(); in dump()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | SourceLocation.h | 321 unsigned getColumn() const { in getColumn() function
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 1450 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,
|