| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | AddDiscriminators.cpp | 222 << DIL->getColumn() << ":" << Discriminator << " " in addDiscriminators() 227 << DIL->getColumn() << ":" << Discriminator << " " << I in addDiscriminators() 260 << CurrentDIL->getLine() << ":" << CurrentDIL->getColumn() in addDiscriminators()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | SourceLocation.cpp | 77 << ':' << PLoc.getColumn(); in print() 120 << PLoc.getColumn(); in PrintDifference() 122 OS << "line" << ':' << PLoc.getLine() << ':' << PLoc.getColumn(); in PrintDifference() 124 OS << "col" << ':' << PLoc.getColumn(); in PrintDifference()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Index/ |
| H A D | FileIndexRecord.cpp | 65 << PLoc.getLine() << ':' << PLoc.getColumn(); in print() 75 << PLoc.getLine() << ':' << PLoc.getColumn(); in print()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugLoc.cpp | 32 return get()->getColumn(); in getCol() 95 Ctx, MD->getLine(), MD->getColumn(), MD->getScope(), Last); in appendInlinedAt()
|
| H A D | DiagnosticInfo.cpp | 115 Column = DL->getColumn(); in DiagnosticLocation() 150 Column = Loc.getColumn(); in getLocation()
|
| H A D | LLVMRemarkStreamer.cpp | 52 unsigned Col = DL.getColumn(); in toRemarkLocation()
|
| H A D | LLVMContextImpl.h | 268 : Line(L->getLine()), Column(L->getColumn()), Scope(L->getRawScope()), 272 return Line == RHS->getLine() && Column == RHS->getColumn() && 807 Column(N->getColumn()) {} 811 Line == RHS->getLine() && Column == RHS->getColumn();
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MIRFSDiscriminator.cpp | 117 << DIL->getColumn() << ":" << Discriminator << " " in runOnMachineFunction() 125 << DIL->getColumn() << ": add FS discriminator, from " in runOnMachineFunction()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | AnalyzerOptions.cpp | 44 if (FOut.getColumn() > PadForDesc) in printFormattedEntry() 55 if (FOut.getColumn() > MinLineWidth && C == ' ') { in printFormattedEntry()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_monitor.cpp | 68 *OutCol = SL.getColumn(); in __ubsan_get_current_report_data()
|
| H A D | ubsan_value.h | 77 unsigned getColumn() const { return Column; } in getColumn() function
|
| H A D | ubsan_diag.cpp | 92 AI.column = SLoc.getColumn(); in MaybeReportErrorSummary() 155 SLoc.getColumn(), common_flags()->symbolize_vs_style, in RenderLocation()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | FormattedStream.h | 126 unsigned getColumn() { in getColumn() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCCodeView.cpp | 298 FilteredLines.back().getColumn() != IA.Col) { in getFunctionLineEntries() 343 return LineEntry.getColumn() != 0; in emitLineTableForFunction() 378 OS.emitInt16(J->getColumn()); in emitLineTableForFunction() 488 << ' ' << Loc.getLine() << ' ' << Loc.getColumn() in encodeInlineLineTable()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | FormattedStream.cpp | 120 indent(std::max(int(NewCol - getColumn()), 1)); in PadToColumn()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | JsonSupport.h | 114 << ", \"column\": " << PLoc.getColumn()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | CoverageSummaryInfo.cpp | 92 << Group.getColumn(); in get()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | AnalyzerStatsChecker.cpp | 101 output << "block(line:" << Loc.getLine() << ":col:" << Loc.getColumn(); in checkEndAnalysis()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86DiscriminateMemOps.cpp | 156 << " Column: " << DI->getColumn() in runOnMachineFunction()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | SanitizerMetadata.cpp | 102 llvm::Type::getInt32Ty(VMContext), PLoc.getColumn())), in getLocationMetadata()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | LogDiagnosticPrinter.cpp | 158 DE.Column = PLoc.getColumn(); in HandleDiagnostic()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCCodeView.h | 62 unsigned getColumn() const { return Column; } in getColumn() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InlineAdvisor.cpp | 403 << llvm::utostr(DIL->getColumn()); in getCallSiteLocation() 429 << ore::NV("Column", DIL->getColumn()); in addLocationToRemarks()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | SourcePrinter.cpp | 102 std::max((int)(OS.getColumn() - getIndentLevel() + 1) / 2, 0); in moveToFirstVarColumn() 108 if (FirstUnprintedPhysicalColumn > OS.getColumn()) in moveToFirstVarColumn()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
| H A D | ResourcePressureView.cpp | 70 unsigned Column = OS.getColumn(); in printColumnNames()
|