Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp374 DWARFContext::getLineTableForUnit(DWARFUnit *U) { in getLineTableForUnit() function in DWARFContext
466 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) in getLineInfoForAddress()
493 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange()
532 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
553 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
DDWARFDebugInfoEntry.cpp143 if (const auto *LT = u->getContext().getLineTableForUnit(u)) in dumpAttribute()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h175 const DWARFDebugLine::LineTable *getLineTableForUnit(DWARFUnit *cu);
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1621 if (const auto *LT = U.getOrigUnit().getContext().getLineTableForUnit( in getChildDeclContext()