Home
last modified time | relevance | path

Searched refs:getLineTableForUnit (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/llvm/lld/Common/
H A DDWARF.cpp24 dwarf->getLineTableForUnit(cu.get(), report); in DWARFCache()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h328 const DWARFDebugLine::LineTable *getLineTableForUnit(DWARFUnit *U);
333 getLineTableForUnit(DWARFUnit *U,
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1036 DWARFContext::getLineTableForUnit(DWARFUnit *U) { in getLineTableForUnit() function in DWARFContext
1038 getLineTableForUnit(U, WarningHandler); in getLineTableForUnit()
1046 Expected<const DWARFDebugLine::LineTable *> DWARFContext::getLineTableForUnit( in getLineTableForUnit() function in DWARFContext
1275 if (const auto *LT = CU->getContext().getLineTableForUnit(CU)) in addLocalsForDie()
1321 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) { in getLineInfoForAddress()
1373 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange()
1417 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
1442 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
H A DDWARFVerifier.cpp677 const auto *LT = U->getContext().getLineTableForUnit(U); in verifyDebugInfoAttribute()
828 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineStmtOffsets()
863 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineRows()
H A DDWARFFormValue.cpp780 if (auto *LT = DLU->getContext().getLineTableForUnit(DLU)) { in getAsFile()
H A DDWARFDie.cpp134 if (const auto *LT = U->getContext().getLineTableForUnit(U)) { in dumpAttribute()
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp121 if (const auto *LT = U.getOrigUnit().getContext().getLineTableForUnit( in getChildDeclContext()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp878 CU->getContext().getLineTableForUnit(CU.get())) { in createScopes()
944 createLineAndFileRecords(DwarfContext->getLineTableForUnit(CU.get())); in createScopes()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp37 LineTable = DICtx.getLineTableForUnit(CU); in CUInfo()
/openbsd-src/gnu/llvm/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp443 const auto &LineTable = DWARF->getLineTableForUnit(Unit.get()); in parseCodeSections()
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp517 const DWARFDebugLine::LineTable *LT = DICtx.getLineTableForUnit(CU.get()); in collectObjectSources()
H A DStatistics.cpp239 if (const auto *LT = U->getContext().getLineTableForUnit(U)) in constructDieID()