Home
last modified time | relevance | path

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

123

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAddDiscriminators.cpp222 << 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 DSourceLocation.cpp77 << ':' << 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 DFileIndexRecord.cpp65 << PLoc.getLine() << ':' << PLoc.getColumn(); in print()
75 << PLoc.getLine() << ':' << PLoc.getColumn(); in print()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp32 return get()->getColumn(); in getCol()
95 Ctx, MD->getLine(), MD->getColumn(), MD->getScope(), Last); in appendInlinedAt()
H A DDiagnosticInfo.cpp115 Column = DL->getColumn(); in DiagnosticLocation()
150 Column = Loc.getColumn(); in getLocation()
H A DLLVMRemarkStreamer.cpp52 unsigned Col = DL.getColumn(); in toRemarkLocation()
H A DLLVMContextImpl.h268 : 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 DMIRFSDiscriminator.cpp117 << 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 DAnalyzerOptions.cpp44 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 Dubsan_monitor.cpp68 *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.cpp92 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 DFormattedStream.h126 unsigned getColumn() { in getColumn() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp298 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 DFormattedStream.cpp120 indent(std::max(int(NewCol - getColumn()), 1)); in PadToColumn()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DJsonSupport.h114 << ", \"column\": " << PLoc.getColumn()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp92 << Group.getColumn(); in get()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp101 output << "block(line:" << Loc.getLine() << ":col:" << Loc.getColumn(); in checkEndAnalysis()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86DiscriminateMemOps.cpp156 << " Column: " << DI->getColumn() in runOnMachineFunction()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DSanitizerMetadata.cpp102 llvm::Type::getInt32Ty(VMContext), PLoc.getColumn())), in getLocationMetadata()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DLogDiagnosticPrinter.cpp158 DE.Column = PLoc.getColumn(); in HandleDiagnostic()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h62 unsigned getColumn() const { return Column; } in getColumn() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineAdvisor.cpp403 << 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 DSourcePrinter.cpp102 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 DResourcePressureView.cpp70 unsigned Column = OS.getColumn(); in printColumnNames()

123