| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | AddDiscriminators.cpp | 202 Location L = std::make_pair(DIL->getFilename(), DIL->getLine()); in addDiscriminators() 215 << DIL->getFilename() << ":" << DIL->getLine() << ":" in addDiscriminators() 220 LLVM_DEBUG(dbgs() << DIL->getFilename() << ":" << DIL->getLine() << ":" in addDiscriminators() 246 std::make_pair(CurrentDIL->getFilename(), CurrentDIL->getLine()); in addDiscriminators() 254 << CurrentDIL->getLine() << ":" << CurrentDIL->getColumn() in addDiscriminators()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MIRFSDiscriminator.cpp | 51 uint64_t Ret = updateHash(std::to_string(DIL->getLine())); in getCallStackHash() 55 Ret ^= updateHash(std::to_string(DIL->getLine())); in getCallStackHash() 95 unsigned LineNo = DIL->getLine(); in runOnMachineFunction() 114 << DIL->getFilename() << ":" << DIL->getLine() << ":" in runOnMachineFunction() 122 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()
|
| /netbsd-src/external/apache2/llvm/dist/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 | 268 : Line(L->getLine()), Column(L->getColumn()), Scope(L->getRawScope()), 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() && 712 Line(N->getLine()), Type(N->getRawType()), ScopeLine(N->getScopeLine()), 725 File == RHS->getRawFile() && Line == RHS->getLine() && 806 : Scope(N->getRawScope()), File(N->getRawFile()), Line(N->getLine()), 811 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()
|
| H A D | DebugInfo.cpp | 529 FileAndScope, MDS->getLine(), Type, MDS->getScopeLine(), in getReplacementSubprogram() 540 FileAndScope, MDS->getLine(), Type, MDS->getScopeLine(), ContainingType, in getReplacementSubprogram() 587 return DILocation::getDistinct(MLD->getContext(), MLD->getLine(), in getReplacementMDLocation() 589 return DILocation::get(MLD->getContext(), MLD->getLine(), MLD->getColumn(), in getReplacementMDLocation() 735 return DILocation::get(M.getContext(), DL.getLine(), DL.getCol(), in stripNonLineTableDebugInfo() 1016 return unwrapDI<DILocation>(Location)->getLine(); in LLVMDILocationGetLine() 1370 return unwrapDI<DIType>(DType)->getLine(); in LLVMDITypeGetLine() 1438 return unwrapDI<DIVariable>(Var)->getLine(); in LLVMDIVariableGetLine() 1553 return unwrapDI<DISubprogram>(Subprogram)->getLine(); in LLVMDISubprogramGetLine()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/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 | 394 DIL->getLine() - DIL->getScope()->getSubprogram()->getLine(); in getCallSiteLocation() 419 unsigned int Offset = DIL->getLine(); in addLocationToRemarks() 420 Offset -= DIL->getScope()->getSubprogram()->getLine(); in addLocationToRemarks()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
| H A D | FileIndexRecord.cpp | 70 << PLoc.getLine() << ':' << PLoc.getColumn(); in print() 80 << PLoc.getLine() << ':' << PLoc.getColumn(); in print()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/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() 855 uint32_t Line = SP->getLine(); in emitProfileNotes() 941 if (Loc.getLine() == 0 || Loc.isImplicitCode()) in emitProfileNotes() 944 if (Line == Loc.getLine()) continue; in emitProfileNotes() 945 Line = Loc.getLine(); in emitProfileNotes() 950 Lines.addLine(Loc.getLine()); in emitProfileNotes()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 700 unsigned getLine() const { return Line; } in getLine() function 954 return getTemporary(getContext(), getTag(), getName(), getFile(), getLine(), in cloneImpl() 1103 return getTemporary(getContext(), getTag(), getName(), getFile(), getLine(), in cloneImpl() 1586 return getTemporary(getContext(), getLine(), getColumn(), getRawScope(), in cloneImpl() 1607 unsigned getLine() const { return SubclassData32; } in getLine() function 1895 getFile(), getLine(), getType(), getScopeLine(), in cloneImpl() 1938 unsigned getLine() const { return Line; } in getLine() function 2108 return getTemporary(getContext(), getScope(), getFile(), getLine(), in cloneImpl() 2122 unsigned getLine() const { return Line; } in getLine() function 2196 return DILocation::get(getContext(), getLine(), getColumn(), NewScope, in cloneWithDiscriminator() [all …]
|
| H A D | DebugLoc.h | 79 unsigned getLine() const;
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/ |
| H A D | ubsan_monitor.cpp | 67 *OutLine = SL.getLine(); in __ubsan_get_current_report_data()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
| H A D | ubsan_monitor.cc | 68 *OutLine = SL.getLine(); in __ubsan_get_current_report_data()
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | SourceFile.h | 51 char *getLine (int lineno);
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/ |
| H A D | ubsan_monitor.cc | 66 *OutLine = SL.getLine(); in __ubsan_get_current_report_data()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | SourceFile.h | 51 char *getLine (int lineno);
|
| /netbsd-src/external/apache2/llvm/dist/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()
|