| /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/llvm/lib/IR/ |
| H A D | DebugLoc.cpp | 61 return get()->getColumn(); in getCol() 124 LocToUpdate->getColumn(), NewScope); in replaceInlinedAtSubprogram() 132 DILocation::get(Ctx, LocToUpdate->getLine(), LocToUpdate->getColumn(), in replaceInlinedAtSubprogram() 165 Ctx, MD->getLine(), MD->getColumn(), MD->getScope(), Last); in appendInlinedAt()
|
| H A D | DebugInfoMetadata.cpp | 159 return {LB->getLine(), LB->getColumn()}; in getLocalScopeLocationOr() 175 LineColumn Loc1(L1->getLine(), L1->getColumn()); in getNearestMatchingScope() 183 LineColumn Loc2(L2->getLine(), L2->getColumn()); in getNearestMatchingScope() 193 return std::make_pair(nullptr, LineColumn(L2->getLine(), L2->getColumn())); in getNearestMatchingScope() 247 auto A = std::make_tuple(LocA->getLine(), LocA->getColumn(), in getMergedLocation() 250 auto B = std::make_tuple(LocB->getLine(), LocB->getColumn(), in getMergedLocation() 316 return DILocation::get(C, L1->getLine(), L1->getColumn(), L1->getScope(), in getMergedLocation() 351 bool SameCol = L1->getColumn() == L2->getColumn(); in getMergedLocation() 353 unsigned Col = SameLine && SameCol ? L1->getColumn() : 0; in getMergedLocation()
|
| H A D | LLVMRemarkStreamer.cpp | 55 unsigned Col = DL.getColumn(); in toRemarkLocation()
|
| H A D | DiagnosticInfo.cpp | 151 Column = DL->getColumn(); in DiagnosticLocation() 186 Column = Loc.getColumn(); in getLocation()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | SourceLocation.cpp | 75 << ':' << PLoc.getColumn(); in print() 118 << PLoc.getColumn(); in PrintDifference() 120 OS << "line" << ':' << PLoc.getLine() << ':' << PLoc.getColumn(); in PrintDifference() 122 OS << "col" << ':' << PLoc.getColumn(); in PrintDifference()
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | FileIndexRecord.cpp | 60 << PLoc.getLine() << ':' << PLoc.getColumn(); in print() 70 << PLoc.getLine() << ':' << PLoc.getColumn(); in print()
|
| /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 | 277 << DIL->getColumn(); in setBranchProbs() 280 << ":" << SuccDIL->getColumn(); in setBranchProbs()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | AnalyzerOptions.cpp | 42 if (FOut.getColumn() > PadForDesc) in printFormattedEntry() 53 if (FOut.getColumn() > MinLineWidth && C == ' ') { in printFormattedEntry()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | SARIFDiagnostic.cpp | 125 ? PLoc.getColumn() - 1 in addLocationToResult() 126 : PLoc.getColumn(); in addLocationToResult()
|
| H A D | LogDiagnosticPrinter.cpp | 154 DE.Column = PLoc.getColumn(); in HandleDiagnostic()
|
| /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 | 288 FilteredLines.back().getColumn() != IA.Col) { in getFunctionLineEntries() 352 return LineEntry.getColumn() != 0; in emitLineTableForFunction() 385 OS.emitInt16(J->getColumn()); in emitLineTableForFunction() 490 << ' ' << Loc.getLine() << ' ' << Loc.getColumn() in encodeInlineLineTable()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | JsonSupport.h | 112 << ", \"column\": " << PLoc.getColumn()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | FormattedStream.cpp | 130 indent(std::max(int(NewCol - getColumn()), 1)); in PadToColumn()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | FormattedStream.h | 155 unsigned getColumn() { in getColumn() function
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | AnalyzerStatsChecker.cpp | 97 output << "block(line:" << Loc.getLine() << ":col:" << Loc.getColumn(); in checkEndAnalysis()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | CoverageSummaryInfo.cpp | 124 << Group.getColumn(); in get()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86DiscriminateMemOps.cpp | 156 << " Column: " << DI->getColumn() in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCCodeView.h | 70 unsigned getColumn() const { return Column; } in getColumn() function
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | SourcePrinter.cpp | 108 std::max((int)(OS.getColumn() - getIndentLevel() + 1) / 2, 0); in moveToFirstVarColumn() 114 if (FirstUnprintedPhysicalColumn > OS.getColumn()) in moveToFirstVarColumn()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
| H A D | ResourcePressureView.cpp | 89 unsigned Column = OS.getColumn(); in printColumnNames()
|