| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | DebugLoc.cpp | 24 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 D | LLVMContextImpl.h | 327 : Line(L->getLine()), Column(L->getColumn()), Scope(L->getRawScope()), 331 return Line == RHS->getLine() && Column == RHS->getColumn() && 549 Line(N->getLine()), Scope(N->getRawScope()), 557 File == RHS->getRawFile() && Line == RHS->getLine() && 656 Line(N->getLine()), Scope(N->getRawScope()), 670 File == RHS->getRawFile() && Line == RHS->getLine() && 781 Line(N->getLine()), Type(N->getRawType()), ScopeLine(N->getScopeLine()), 796 File == RHS->getRawFile() && Line == RHS->getLine() && 879 : Scope(N->getRawScope()), File(N->getRawFile()), Line(N->getLine()), 884 Line == RHS->getLine() && Column == RHS->getColumn(); [all …]
|
| H A D | DiagnosticInfo.cpp | 116 Line = DL->getLine(); in DiagnosticLocation() 151 Line = Loc.getLine(); in getLocation() 234 Val = (Loc->getFilename() + ":" + Twine(Loc.getLine()) + ":" + in Argument()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MIRFSDiscriminator.cpp | 55 uint64_t Ret = updateHash(std::to_string(DIL->getLine())); in getCallStackHash() 59 Ret ^= updateHash(std::to_string(DIL->getLine())); in getCallStackHash() 101 unsigned LineNo = DIL->getLine(); in runOnMachineFunction() 120 << DIL->getFilename() << ":" << DIL->getLine() << ":" in runOnMachineFunction() 128 LLVM_DEBUG(dbgs() << DIL->getFilename() << ":" << DIL->getLine() << ":" in runOnMachineFunction()
|
| H A D | MachineDebugify.cpp | 47 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 D | MachineCheckDebugify.cpp | 63 if (DL && DL.getLine() != 0) { in runOnModule() 64 MissingLines.reset(DL.getLine() - 1); in runOnModule()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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 | 449 DIL->getLine() - DIL->getScope()->getSubprogram()->getLine(); in formatCallSiteLocation() 475 unsigned int Offset = DIL->getLine(); in addLocationToRemarks() 476 Offset -= DIL->getScope()->getSubprogram()->getLine(); in addLocationToRemarks()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86DiscriminateMemOps.cpp | 52 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()
|
| /openbsd-src/gnu/llvm/clang/lib/Index/ |
| H A D | FileIndexRecord.cpp | 62 << PLoc.getLine() << ':' << PLoc.getColumn(); in print() 72 << PLoc.getLine() << ':' << PLoc.getColumn(); in print()
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | ScriptLexer.cpp | 45 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 D | ScriptLexer.h | 49 StringRef getLine();
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | RawCommentList.cpp | 422 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()
|
| /openbsd-src/gnu/llvm/clang/tools/arcmt-test/ |
| H A D | arcmt-test.cpp | 314 OS << ":" << PL.getLine() << ":" in printSourceLocation() 326 OS << " [" << PL.getLine() << ":" in printSourceRange() 336 OS << PL.getLine() << ":" << endCol << "]"; in printSourceRange()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Localizer.cpp | 191 if ((!DefDL || DefDL.getLine() == 0) && UserDL && UserDL.getLine() != 0) { in localizeIntraBlock()
|
| H A D | LostDebugLocObserver.cpp | 38 if (MI->getDebugLoc().getLine() == 0) { in analyzeDebugLocations()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | GCOVProfiling.cpp | 342 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() 905 Lines.addLine(Loc.getLine()); in emitProfileNotes()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 735 unsigned getLine() const { return Line; } in getLine() function 1002 getContext(), getTag(), getName(), getFile(), getLine(), getScope(), in cloneImpl() 1137 getContext(), getTag(), getName(), getFile(), getLine(), getScope(), in cloneImpl() 1629 return getTemporary(getContext(), getLine(), getColumn(), getRawScope(), in cloneImpl() 1650 unsigned getLine() const { return SubclassData32; } in getLine() function 1930 getFile(), getLine(), getType(), getScopeLine(), in cloneImpl() 1976 unsigned getLine() const { return Line; } in getLine() function 2169 return getTemporary(getContext(), getScope(), getFile(), getLine(), in cloneImpl() 2185 unsigned getLine() const { return Line; } in getLine() function 2260 return DILocation::get(getContext(), getLine(), getColumn(), NewScope, in cloneWithDiscriminator() [all …]
|
| H A D | DebugLoc.h | 79 unsigned getLine() const;
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/ubsan/ |
| H A D | ubsan_monitor.cpp | 67 *OutLine = SL.getLine(); in __ubsan_get_current_report_data()
|
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | FormattedStream.h | 132 unsigned getLine() { in getLine() function
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCCodeView.cpp | 298 FilteredLines.back().getLine() != IA.Line || in getFunctionLineEntries() 372 unsigned LineData = J->getLine(); in emitLineTableForFunction() 489 << ' ' << Loc.getLine() << ' ' << Loc.getColumn() in encodeInlineLineTable() 524 CurSourceLoc.Line = Loc.getLine(); in encodeInlineLineTable()
|