Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h296 const DWARFDebugLine::LineTable *getLineTableForUnit(DWARFUnit *U);
301 getLineTableForUnit(DWARFUnit *U,
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp837 DWARFContext::getLineTableForUnit(DWARFUnit *U) { in getLineTableForUnit() function in DWARFContext
839 getLineTableForUnit(U, dumpWarning); in getLineTableForUnit()
847 Expected<const DWARFDebugLine::LineTable *> DWARFContext::getLineTableForUnit( in getLineTableForUnit() function in DWARFContext
981 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) in getLineInfoForAddress()
1011 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange()
1051 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
1073 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
H A DDWARFVerifier.cpp692 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineStmtOffsets()
727 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineRows()
H A DDWARFDie.cpp295 if (const auto *LT = U->getContext().getLineTableForUnit(U)) in dumpAttribute()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DInputFiles.cpp134 Dwarf->getLineTableForUnit(CU.get(), Report); in initializeDwarf()