Home
last modified time | relevance | path

Searched refs:getLine (Results 1 – 25 of 110) sorted by relevance

12345

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp24 unsigned DebugLoc::getLine() const { in getLine() function in DebugLoc
26 return get()->getLine(); in getLine()
93 UpdatedLoc = DILocation::get(Ctx, LocToUpdate->getLine(), in replaceInlinedAtSubprogram()
102 DILocation::get(Ctx, LocToUpdate->getLine(), LocToUpdate->getColumn(), in replaceInlinedAtSubprogram()
134 Ctx, MD->getLine(), MD->getColumn(), MD->getScope(), Last); in appendInlinedAt()
150 OS << ':' << getLine(); in print()
H A DLLVMContextImpl.h330 return Line == RHS->getLine() && Column == RHS->getColumn() &&
557 Line(N->getLine()), Scope(N->getRawScope()),
565 File == RHS->getRawFile() && Line == RHS->getLine() &&
664 Line(N->getLine()), Scope(N->getRawScope()),
678 File == RHS->getRawFile() && Line == RHS->getLine() &&
804 File == RHS->getRawFile() && Line == RHS->getLine() &&
892 Line == RHS->getLine() && Column == RHS->getColumn();
1074 Line(N->getLine()), Type(N->getRawType()),
1083 File == RHS->getRawFile() && Line == RHS->getLine() &&
1159 Line(N->getLine()) {}
[all …]
H A DDiagnosticInfo.cpp117 Line = DL->getLine(); in DiagnosticLocation()
152 Line = Loc.getLine(); in getLocation()
235 Val = (Loc->getFilename() + ":" + Twine(Loc.getLine()) + ":" + in Argument()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAddDiscriminators.cpp178 Location L = std::make_pair(DIL->getFilename(), DIL->getLine()); in addDiscriminators()
191 << DIL->getFilename() << ":" << DIL->getLine() << ":" in addDiscriminators()
196 LLVM_DEBUG(dbgs() << DIL->getFilename() << ":" << DIL->getLine() << ":" in addDiscriminators()
222 std::make_pair(CurrentDIL->getFilename(), CurrentDIL->getLine()); in addDiscriminators()
230 << CurrentDIL->getLine() << ":" << CurrentDIL->getColumn() in addDiscriminators()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRFSDiscriminator.cpp68 uint64_t Ret = updateHash(std::to_string(DIL->getLine())); in getCallStackHashV0()
72 Ret ^= updateHash(std::to_string(DIL->getLine())); in getCallStackHashV0()
85 Ret = hashCombine(Ret, xxh3_64bits(ArrayRef<uint8_t>(DIL->getLine()))); in getCallStackHash()
151 I.isPseudoProbe() ? I.getOperand(1).getImm() : DIL->getLine(); in runOnMachineFunction()
182 << DIL->getFilename() << ":" << DIL->getLine() << ":" in runOnMachineFunction()
190 LLVM_DEBUG(dbgs() << DIL->getFilename() << ":" << DIL->getLine() << ":" in runOnMachineFunction()
H A DMachineDebugify.cpp47 unsigned NextLine = SP->getLine(); in applyDebugifyMetadataToMachineFunction()
75 unsigned Line = DVI->getDebugLoc().getLine(); in applyDebugifyMetadataToMachineFunction()
78 if (!EarliestDVI || Line < EarliestDVI->getDebugLoc().getLine()) in applyDebugifyMetadataToMachineFunction()
110 unsigned Line = MI.getDebugLoc().getLine(); in applyDebugifyMetadataToMachineFunction()
112 Line = EarliestDVI->getDebugLoc().getLine(); in applyDebugifyMetadataToMachineFunction()
H A DMachineCheckDebugify.cpp64 if (DL && DL.getLine() != 0) { in runOnModule()
65 MissingLines.reset(DL.getLine() - 1); in runOnModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp59 printFile(O, S->getFilename(), S->getDirectory(), S->getLine()); in printModuleDebugInfo()
68 printFile(O, GV->getFilename(), GV->getDirectory(), GV->getLine()); in printModuleDebugInfo()
78 printFile(O, T->getFilename(), T->getDirectory(), T->getLine()); in printModuleDebugInfo()
H A DInlineAdvisor.cpp448 DIL->getLine() - DIL->getScope()->getSubprogram()->getLine(); in formatCallSiteLocation()
474 unsigned int Offset = DIL->getLine(); in addLocationToRemarks()
475 Offset -= DIL->getScope()->getSubprogram()->getLine(); in addLocationToRemarks()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DSourceLocation.cpp76 OS << PLoc.getFilename() << ':' << PLoc.getLine() in print()
119 OS << PLoc.getFilename() << ':' << PLoc.getLine() << ':' in PrintDifference()
121 } else if (Previous.isInvalid() || PLoc.getLine() != Previous.getLine()) { in PrintDifference()
122 OS << "line" << ':' << PLoc.getLine() << ':' << PLoc.getColumn(); in PrintDifference()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86DiscriminateMemOps.cpp52 return std::make_pair(Loc->getFilename(), Loc->getLine()); in diToLocation()
102 DILocation::get(FDI->getContext(), FDI->getLine(), 0, FDI); in runOnMachineFunction()
158 << DI->getFilename() << " Line: " << DI->getLine() in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DFileIndexRecord.cpp62 << PLoc.getLine() << ':' << PLoc.getColumn(); in print()
72 << PLoc.getLine() << ':' << PLoc.getColumn(); in print()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DScriptLexer.cpp45 StringRef ScriptLexer::getLine() { in getLine() function in ScriptLexer
85 return tok.data() - getLine().data(); in getColumnNumber()
102 s += "\n>>> " + getLine().str() + "\n>>> " + in setError()
H A DScriptLexer.h47 StringRef getLine();
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.h45 unsigned getLine() const { return Region.LineStart; } in getLine() function
80 unsigned getLine() const { return Line; } in getLine() function
97 unsigned getLine() const { return Line; } in getLine() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp422 if (Loc.getLine() != PreviousLine) { in getFormattedLines()
424 PreviousLine = Loc.getLine(); in getFormattedLines()
464 if (End.getLine() != PreviousLine) { in getFormattedLines()
466 PreviousLine = End.getLine(); in getFormattedLines()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLocalizer.cpp196 if ((!DefDL || DefDL.getLine() == 0) && UserDL && UserDL.getLine() != 0) { in localizeIntraBlock()
H A DLostDebugLocObserver.cpp38 if (MI->getDebugLoc().getLine() == 0) { in analyzeDebugLocations()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp342 FNLOS << getFunctionName(SP) << SP->getLine(); in GCOVFunction()
378 write(SP->getLine()); in writeOut()
382 write(SP->getLine()); // start_line in writeOut()
610 if (Loc.getLine() == 0) continue; in functionHasLines()
611 EndLine = std::max(EndLine, Loc.getLine()); in functionHasLines()
809 uint32_t Line = SP->getLine(); in emitProfileNotes()
896 if (Loc.getLine() == 0 || Loc.isImplicitCode()) in emitProfileNotes()
899 if (Line == Loc.getLine()) continue; in emitProfileNotes()
900 Line = Loc.getLine(); in emitProfileNotes()
907 Lines.addLine(Loc.getLine()); in emitProfileNotes()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_monitor.cpp68 *OutLine = SL.getLine(); in __ubsan_get_current_report_data()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugLoc.h79 unsigned getLine() const;
H A DDebugInfoMetadata.h746 unsigned getLine() const { return Line; } in getLine() function
1740 unsigned getLine() const { return Line; } in getLine() function
1938 unsigned getLine() const { return SubclassData32; } in getLine() function
2226 unsigned getLine() const { return SubclassData32; } in getLine() function
2605 unsigned getLine() const { return Line; } in getLine() function
3355 getLine());
3376 unsigned getLine() const { return SubclassData32; }
3446 unsigned getLine() const { return Line; }
3524 unsigned getLine() const { return SubclassData32; }
3679 unsigned getLine() const { return SubclassData32; }
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFContext.cpp32 Result.Line = LineInfo->getLine(); in getLineInfoForAddress()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp302 FilteredLines.back().getLine() != IA.Line || in getFunctionLineEntries()
395 unsigned LineData = J->getLine(); in emitLineTableForFunction()
503 << ' ' << Loc.getLine() << ' ' << Loc.getColumn() in encodeInlineLineTable()
540 CurSourceLoc.Line = Loc.getLine(); in encodeInlineLineTable()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DJsonSupport.h111 Out << "\"line\": " << PLoc.getLine()

12345