| /openbsd-src/gnu/llvm/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 | 117 Column = DL->getColumn(); in DiagnosticLocation() 152 Column = Loc.getColumn(); in getLocation()
|
| H A D | LLVMRemarkStreamer.cpp | 55 unsigned Col = DL.getColumn(); in toRemarkLocation()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/clang/lib/Index/ |
| H A D | FileIndexRecord.cpp | 62 << PLoc.getLine() << ':' << PLoc.getColumn(); in print() 72 << PLoc.getLine() << ':' << PLoc.getColumn(); in print()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MIRFSDiscriminator.cpp | 121 << DIL->getColumn() << ":" << Discriminator << " " in runOnMachineFunction() 129 << DIL->getColumn() << ": add FS discriminator, from " in runOnMachineFunction()
|
| H A D | MIRSampleProfile.cpp | 242 << DIL->getColumn(); in setBranchProbs() 245 << ":" << SuccDIL->getColumn(); in setBranchProbs()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | AnalyzerOptions.cpp | 45 if (FOut.getColumn() > PadForDesc) in printFormattedEntry() 56 if (FOut.getColumn() > MinLineWidth && C == ' ') { in printFormattedEntry()
|
| /openbsd-src/gnu/llvm/clang/tools/arcmt-test/ |
| H A D | arcmt-test.cpp | 315 << PL.getColumn(); in printSourceLocation() 327 << PL.getColumn(); in printSourceRange() 333 unsigned endCol = PL.getColumn() - 1; in printSourceRange()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | SARIFDiagnostic.cpp | 125 ? PLoc.getColumn() - 1 in addLocationToResult() 126 : PLoc.getColumn(); in addLocationToResult()
|
| H A D | LogDiagnosticPrinter.cpp | 156 DE.Column = PLoc.getColumn(); in HandleDiagnostic()
|
| /openbsd-src/gnu/llvm/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 | 90 AI.column = SLoc.getColumn(); in MaybeReportErrorSummary() 153 SLoc.getColumn(), common_flags()->symbolize_vs_style, in RenderLocation()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | FormattedStream.h | 126 unsigned getColumn() { in getColumn() function
|
| /openbsd-src/gnu/llvm/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.emitInt16(J->getColumn()); in emitLineTableForFunction() 489 << ' ' << Loc.getLine() << ' ' << Loc.getColumn() in encodeInlineLineTable()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | JsonSupport.h | 112 << ", \"column\": " << PLoc.getColumn()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | FormattedStream.cpp | 120 indent(std::max(int(NewCol - getColumn()), 1)); in PadToColumn()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-cov/ |
| H A D | CoverageSummaryInfo.cpp | 92 << Group.getColumn(); in get()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | AnalyzerStatsChecker.cpp | 101 output << "block(line:" << Loc.getLine() << ":col:" << Loc.getColumn(); in checkEndAnalysis()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86DiscriminateMemOps.cpp | 159 << " Column: " << DI->getColumn() in runOnMachineFunction()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCCodeView.h | 69 unsigned getColumn() const { return Column; } in getColumn() function
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
| H A D | SourcePrinter.cpp | 114 std::max((int)(OS.getColumn() - getIndentLevel() + 1) / 2, 0); in moveToFirstVarColumn() 120 if (FirstUnprintedPhysicalColumn > OS.getColumn()) in moveToFirstVarColumn()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-mca/Views/ |
| H A D | ResourcePressureView.cpp | 70 unsigned Column = OS.getColumn(); in printColumnNames()
|