Home
last modified time | relevance | path

Searched refs:getColumn (Results 1 – 25 of 66) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAddDiscriminators.cpp192 << 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 DDebugLoc.cpp61 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 DDebugInfoMetadata.cpp159 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 DLLVMRemarkStreamer.cpp55 unsigned Col = DL.getColumn(); in toRemarkLocation()
H A DDiagnosticInfo.cpp151 Column = DL->getColumn(); in DiagnosticLocation()
186 Column = Loc.getColumn(); in getLocation()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceLocation.cpp75 << ':' << 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 DFileIndexRecord.cpp60 << PLoc.getLine() << ':' << PLoc.getColumn(); in print()
70 << PLoc.getLine() << ':' << PLoc.getColumn(); in print()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRFSDiscriminator.cpp183 << DIL->getColumn() << ":" << Discriminator << " " in runOnMachineFunction()
191 << DIL->getColumn() << ": add FS discriminator, from " in runOnMachineFunction()
H A DMIRSampleProfile.cpp277 << DIL->getColumn(); in setBranchProbs()
280 << ":" << SuccDIL->getColumn(); in setBranchProbs()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp42 if (FOut.getColumn() > PadForDesc) in printFormattedEntry()
53 if (FOut.getColumn() > MinLineWidth && C == ' ') { in printFormattedEntry()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DSARIFDiagnostic.cpp125 ? PLoc.getColumn() - 1 in addLocationToResult()
126 : PLoc.getColumn(); in addLocationToResult()
H A DLogDiagnosticPrinter.cpp154 DE.Column = PLoc.getColumn(); in HandleDiagnostic()
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_monitor.cpp69 *OutCol = SL.getColumn(); in __ubsan_get_current_report_data()
H A Dubsan_value.h77 unsigned getColumn() const { return Column; } in getColumn() function
H A Dubsan_diag.cpp90 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 DMCCodeView.cpp288 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 DJsonSupport.h112 << ", \"column\": " << PLoc.getColumn()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFormattedStream.cpp130 indent(std::max(int(NewCol - getColumn()), 1)); in PadToColumn()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormattedStream.h155 unsigned getColumn() { in getColumn() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp97 output << "block(line:" << Loc.getLine() << ":col:" << Loc.getColumn(); in checkEndAnalysis()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp124 << Group.getColumn(); in get()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86DiscriminateMemOps.cpp156 << " Column: " << DI->getColumn() in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h70 unsigned getColumn() const { return Column; } in getColumn() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp108 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 DResourcePressureView.cpp89 unsigned Column = OS.getColumn(); in printColumnNames()

123