Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h321 const DWARFDebugLine::LineTable *getLineTableForUnit(DWARFUnit *U);
326 getLineTableForUnit(DWARFUnit *U,
/freebsd-13.1/contrib/llvm-project/lld/Common/
H A DDWARF.cpp24 dwarf->getLineTableForUnit(cu.get(), report); in DWARFCache()
/freebsd-13.1/contrib/llvm-project/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.cpp261 if (const auto *LT = U->getContext().getLineTableForUnit(U)) in dumpAttribute()
590 getDwarfUnit()->getContext().getLineTableForUnit( 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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp120 if (const auto *LT = U.getOrigUnit().getContext().getLineTableForUnit( in getChildDeclContext()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp35 LineTable = DICtx.getLineTableForUnit(CU); in CUInfo()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp201 if (const auto *LT = U->getContext().getLineTableForUnit(U)) in constructDieID()