| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MIRFSDiscriminator.cpp | 53 uint64_t Ret = updateHash(std::to_string(DIL->getLine())); in getCallStackHash() 57 Ret ^= updateHash(std::to_string(DIL->getLine())); in getCallStackHash() 97 unsigned LineNo = DIL->getLine(); in runOnMachineFunction() 116 << DIL->getFilename() << ":" << DIL->getLine() << ":" in runOnMachineFunction() 124 LLVM_DEBUG(dbgs() << DIL->getFilename() << ":" << DIL->getLine() << ":" in runOnMachineFunction()
|
| H A D | MachineDebugify.cpp | 50 unsigned NextLine = SP->getLine(); in applyDebugifyMetadataToMachineFunction() 78 unsigned Line = DVI->getDebugLoc().getLine(); in applyDebugifyMetadataToMachineFunction() 81 if (!EarliestDVI || Line < EarliestDVI->getDebugLoc().getLine()) in applyDebugifyMetadataToMachineFunction() 113 unsigned Line = MI.getDebugLoc().getLine(); in applyDebugifyMetadataToMachineFunction() 115 Line = EarliestDVI->getDebugLoc().getLine(); in applyDebugifyMetadataToMachineFunction()
|
| H A D | MachineCheckDebugify.cpp | 62 if (DL && DL.getLine() != 0) { in runOnModule() 63 MissingLines.reset(DL.getLine() - 1); in runOnModule()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | AddDiscriminators.cpp | 208 Location L = std::make_pair(DIL->getFilename(), DIL->getLine()); in addDiscriminators() 221 << DIL->getFilename() << ":" << DIL->getLine() << ":" in addDiscriminators() 226 LLVM_DEBUG(dbgs() << DIL->getFilename() << ":" << DIL->getLine() << ":" in addDiscriminators() 252 std::make_pair(CurrentDIL->getFilename(), CurrentDIL->getLine()); in addDiscriminators() 260 << CurrentDIL->getLine() << ":" << CurrentDIL->getColumn() in addDiscriminators()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugLoc.cpp | 25 unsigned DebugLoc::getLine() const { in getLine() function in DebugLoc 27 return get()->getLine(); in getLine() 95 Ctx, MD->getLine(), MD->getColumn(), MD->getScope(), Last); in appendInlinedAt() 111 OS << ':' << getLine(); in print()
|
| H A D | LLVMContextImpl.h | 272 return Line == RHS->getLine() && Column == RHS->getColumn() && 486 Line(N->getLine()), Scope(N->getRawScope()), 494 File == RHS->getRawFile() && Line == RHS->getLine() && 590 Line(N->getLine()), Scope(N->getRawScope()), 604 File == RHS->getRawFile() && Line == RHS->getLine() && 725 File == RHS->getRawFile() && Line == RHS->getLine() && 811 Line == RHS->getLine() && Column == RHS->getColumn(); 993 Line(N->getLine()), Type(N->getRawType()), 1074 Line(N->getLine()) {} 1078 File == RHS->getRawFile() && Line == RHS->getLine(); [all …]
|
| H A D | DiagnosticInfo.cpp | 114 Line = DL->getLine(); in DiagnosticLocation() 149 Line = Loc.getLine(); in getLocation() 232 Val = (Loc->getFilename() + ":" + Twine(Loc.getLine()) + ":" + in Argument()
|
| H A D | DebugInfo.cpp | 563 FileAndScope, MDS->getLine(), Type, MDS->getScopeLine(), in getReplacementSubprogram() 574 FileAndScope, MDS->getLine(), Type, MDS->getScopeLine(), ContainingType, in getReplacementSubprogram() 621 return DILocation::getDistinct(MLD->getContext(), MLD->getLine(), in getReplacementMDLocation() 623 return DILocation::get(MLD->getContext(), MLD->getLine(), MLD->getColumn(), in getReplacementMDLocation() 769 return DILocation::get(M.getContext(), DL.getLine(), DL.getCol(), in stripNonLineTableDebugInfo() 1052 return unwrapDI<DILocation>(Location)->getLine(); in LLVMDILocationGetLine() 1406 return unwrapDI<DIType>(DType)->getLine(); in LLVMDITypeGetLine() 1474 return unwrapDI<DIVariable>(Var)->getLine(); in LLVMDIVariableGetLine() 1589 return unwrapDI<DISubprogram>(Subprogram)->getLine(); in LLVMDISubprogramGetLine()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | SourceLocation.cpp | 76 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-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ModuleDebugInfoPrinter.cpp | 92 printFile(O, S->getFilename(), S->getDirectory(), S->getLine()); in printModuleDebugInfo() 101 printFile(O, GV->getFilename(), GV->getDirectory(), GV->getLine()); in printModuleDebugInfo() 111 printFile(O, T->getFilename(), T->getDirectory(), T->getLine()); in printModuleDebugInfo()
|
| H A D | InlineAdvisor.cpp | 397 DIL->getLine() - DIL->getScope()->getSubprogram()->getLine(); in getCallSiteLocation() 422 unsigned int Offset = DIL->getLine(); in addLocationToRemarks() 423 Offset -= DIL->getScope()->getSubprogram()->getLine(); in addLocationToRemarks()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86DiscriminateMemOps.cpp | 50 return std::make_pair(Loc->getFilename(), Loc->getLine()); in diToLocation() 99 DILocation::get(FDI->getContext(), FDI->getLine(), 0, FDI); in runOnMachineFunction() 155 << DI->getFilename() << " Line: " << DI->getLine() in runOnMachineFunction()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Index/ |
| H A D | FileIndexRecord.cpp | 65 << PLoc.getLine() << ':' << PLoc.getColumn(); in print() 75 << PLoc.getLine() << ':' << PLoc.getColumn(); in print()
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | ScriptLexer.cpp | 43 StringRef ScriptLexer::getLine() { in getLine() function in ScriptLexer 83 return tok.data() - getLine().data(); in getColumnNumber() 100 s += "\n>>> " + getLine().str() + "\n>>> " + in setError()
|
| H A D | ScriptLexer.h | 51 StringRef getLine();
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | GCOVProfiling.cpp | 395 FNLOS << getFunctionName(SP) << SP->getLine(); in GCOVFunction() 431 write(SP->getLine()); in writeOut() 435 write(SP->getLine()); // start_line in writeOut() 663 if (Loc.getLine() == 0) continue; in functionHasLines() 664 EndLine = std::max(EndLine, Loc.getLine()); in functionHasLines() 857 uint32_t Line = SP->getLine(); in emitProfileNotes() 943 if (Loc.getLine() == 0 || Loc.isImplicitCode()) in emitProfileNotes() 946 if (Line == Loc.getLine()) continue; in emitProfileNotes() 947 Line = Loc.getLine(); in emitProfileNotes() 952 Lines.addLine(Loc.getLine()); in emitProfileNotes()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugLoc.h | 79 unsigned getLine() const;
|
| H A D | DebugInfoMetadata.h | 700 unsigned getLine() const { return Line; } in getLine() function 1607 unsigned getLine() const { return SubclassData32; } in getLine() function 1940 unsigned getLine() const { return Line; } in getLine() function 2124 unsigned getLine() const { return Line; } in getLine() function 2501 unsigned getLine() const { return Line; } in getLine() function 3158 getLine()); 3179 unsigned getLine() const { return Line; } 3252 unsigned getLine() const { return Line; } 3326 unsigned getLine() const { return Line; } 3469 unsigned getLine() const { return Line; } [all …]
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_monitor.cpp | 67 *OutLine = SL.getLine(); in __ubsan_get_current_report_data()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageView.h | 45 unsigned getLine() const { return Region.LineStart; } in getLine() function 80 unsigned getLine() const { return Line; } in getLine() function
|
| H A D | SourceCoverageView.cpp | 236 if (NextESV != EndESV && NextESV->getLine() == LI.line_number() && in print() 249 for (; NextESV != EndESV && NextESV->getLine() == LI.line_number(); in print()
|
| H A D | SourceCoverageViewText.cpp | 220 errs() << "Expansion at line " << ESV.getLine() << ", " << ESV.getStartCol() in renderExpansionView() 230 errs() << "Branch at line " << BRV.getLine() << '\n'; in renderBranchView()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | FormattedStream.h | 132 unsigned getLine() { in getLine() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LostDebugLocObserver.cpp | 38 if (MI->getDebugLoc().getLine() == 0) { in analyzeDebugLocations()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCCodeView.cpp | 297 FilteredLines.back().getLine() != IA.Line || in getFunctionLineEntries() 371 unsigned LineData = J->getLine(); in emitLineTableForFunction() 488 << ' ' << Loc.getLine() << ' ' << Loc.getColumn() in encodeInlineLineTable() 523 CurSourceLoc.Line = Loc.getLine(); in encodeInlineLineTable()
|