Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h321 const DWARFDebugLine::LineTable *getLineTableForUnit(DWARFUnit *U);
326 getLineTableForUnit(DWARFUnit *U,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp929 DWARFContext::getLineTableForUnit(DWARFUnit *U) { in getLineTableForUnit() function in DWARFContext
931 getLineTableForUnit(U, WarningHandler); in getLineTableForUnit()
939 Expected<const DWARFDebugLine::LineTable *> DWARFContext::getLineTableForUnit( in getLineTableForUnit() function in DWARFContext
1191 if (const auto *LT = CU->getContext().getLineTableForUnit(CU)) in addLocalsForDie()
1239 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) { in getLineInfoForAddress()
1275 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange()
1319 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
1344 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
H A DDWARFDie.cpp257 if (const auto *LT = U->getContext().getLineTableForUnit(U)) in dumpAttribute()
576 if (const auto *LT = U->getContext().getLineTableForUnit(U)) { in getDeclFile()
H A DDWARFVerifier.cpp554 const auto *LT = U->getContext().getLineTableForUnit(U); in verifyDebugInfoAttribute()
727 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineStmtOffsets()
762 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineRows()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp120 if (const auto *LT = U.getOrigUnit().getContext().getLineTableForUnit( in getChildDeclContext()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp35 LineTable = DICtx.getLineTableForUnit(CU); in CUInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp439 const auto &LineTable = DWARF->getLineTableForUnit(Unit.get()); in parseCodeSections()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp201 if (const auto *LT = U->getContext().getLineTableForUnit(U)) in constructDieID()