Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/Common/
DDWARF.cpp24 dwarf->getLineTableForUnit(cu.get(), report); in DWARFCache()
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h328 const DWARFDebugLine::LineTable *getLineTableForUnit(DWARFUnit *U);
333 getLineTableForUnit(DWARFUnit *U,
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
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()
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()
DDWARFFormValue.cpp780 if (auto *LT = DLU->getContext().getLineTableForUnit(DLU)) { in getAsFile()
DDWARFDie.cpp134 if (const auto *LT = U->getContext().getLineTableForUnit(U)) { in dumpAttribute()
/openbsd/src/gnu/llvm/llvm/lib/DWARFLinker/
DDWARFLinkerDeclContext.cpp121 if (const auto *LT = U.getOrigUnit().getContext().getLineTableForUnit( in getChildDeclContext()
/openbsd/src/gnu/llvm/llvm/tools/llvm-cfi-verify/lib/
DFileAnalysis.cpp443 const auto &LineTable = DWARF->getLineTableForUnit(Unit.get()); in parseCodeSections()
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/GSYM/
DDwarfTransformer.cpp37 LineTable = DICtx.getLineTableForUnit(CU); in CUInfo()
/openbsd/src/gnu/llvm/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp517 const DWARFDebugLine::LineTable *LT = DICtx.getLineTableForUnit(CU.get()); in collectObjectSources()
DStatistics.cpp239 if (const auto *LT = U->getContext().getLineTableForUnit(U)) in constructDieID()