/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugLoc.cpp | 31 return get()->getColumn(); in getCol() 94 LocToUpdate->getColumn(), NewScope); in replaceInlinedAtSubprogram() 102 DILocation::get(Ctx, LocToUpdate->getLine(), LocToUpdate->getColumn(), in replaceInlinedAtSubprogram() 134 Ctx, MD->getLine(), MD->getColumn(), MD->getScope(), Last); in appendInlinedAt()
|
H A D | DiagnosticInfo.cpp | 118 Column = DL->getColumn(); in DiagnosticLocation() 153 Column = Loc.getColumn(); in getLocation()
|
H A D | LLVMRemarkStreamer.cpp | 55 unsigned Col = DL.getColumn(); in toRemarkLocation()
|
H A D | LLVMContextImpl.h | 328 : Line(L->getLine()), Column(L->getColumn()), Scope(L->getRawScope()), 332 return Line == RHS->getLine() && Column == RHS->getColumn() && 902 Column(N->getColumn()) {} 906 Line == RHS->getLine() && Column == RHS->getColumn();
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | AddDiscriminators.cpp | 192 << DIL->getColumn() << ":" << Discriminator << " " in addDiscriminators() 197 << DIL->getColumn() << ":" << Discriminator << " " << I in addDiscriminators() 230 << CurrentDIL->getLine() << ":" << CurrentDIL->getColumn() in addDiscriminators()
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | FileIndexRecord.cpp | 62 << PLoc.getLine() << ':' << PLoc.getColumn(); in print() 72 << PLoc.getLine() << ':' << PLoc.getColumn(); in print()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | AnalyzerOptions.cpp | 45 if (FOut.getColumn() > PadForDesc) in printFormattedEntry() 56 if (FOut.getColumn() > MinLineWidth && C == ' ') { in printFormattedEntry()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MIRFSDiscriminator.cpp | 183 << DIL->getColumn() << ":" << Discriminator << " " in runOnMachineFunction() 191 << DIL->getColumn() << ": add FS discriminator, from " in runOnMachineFunction()
|
H A D | MIRSampleProfile.cpp | 274 << DIL->getColumn(); in setBranchProbs() 277 << ":" << SuccDIL->getColumn(); in setBranchProbs()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_monitor.cpp | 69 *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 | 90 AI.column = SLoc.getColumn(); in MaybeReportErrorSummary() 153 Buffer, SLoc.getFilename(), SLoc.getLine(), SLoc.getColumn(), in RenderLocation()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 300 FilteredLines.back().getColumn() != IA.Col) { in getFunctionLineEntries() 364 return LineEntry.getColumn() != 0; in emitLineTableForFunction() 399 OS.emitInt16(J->getColumn()); in emitLineTableForFunction() 502 << ' ' << Loc.getLine() << ' ' << Loc.getColumn() in encodeInlineLineTable()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | FormattedStream.h | 154 unsigned getColumn() { in is_displayed() 126 unsigned getColumn() { getColumn() function
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | FormattedStream.cpp | 123 indent(std::max(int(NewCol - getColumn()), 1));
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | CoverageSummaryInfo.cpp | 111 << Group.getColumn();
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | AnalyzerStatsChecker.cpp | 101 output << "block(line:" << Loc.getLine() << ":col:" << Loc.getColumn(); in checkEndAnalysis()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86DiscriminateMemOps.cpp | 159 << " Column: " << DI->getColumn() in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCCodeView.h | 69 unsigned getColumn() const { return Column; } in getColumn() function
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | SourcePrinter.cpp | 110 std::max((int)(OS.getColumn() - getIndentLevel() + 1) / 2, 0); in moveToFirstVarColumn() 116 if (FirstUnprintedPhysicalColumn > OS.getColumn()) in moveToFirstVarColumn()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | ResourcePressureView.cpp | 70 unsigned Column = OS.getColumn(); in printColumnNames()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InlineAdvisor.cpp | 456 CallSiteLoc << ":" << llvm::utostr(DIL->getColumn()); in formatCallSiteLocation() 482 << ore::NV("Column", DIL->getColumn()); in addLocationToRemarks()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | SourceLocation.h | 348 unsigned getColumn() const {
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleProfileProbe.cpp | 60 Hash ^= MD5Hash(std::to_string(InlinedAt->getColumn())); in getCallStackHash()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 565 std::to_string(DefLoc.getColumn()); in getTemplightEntry() 571 std::to_string(PoiLoc.getColumn()); in getTemplightEntry()
|