Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp392 DWARFContext::getLineTableForUnit(DWARFUnit *U) { in getLineTableForUnit() function in DWARFContext
484 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) in getLineInfoForAddress()
511 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange()
550 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
571 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
DDWARFDebugInfoEntry.cpp143 if (const auto *LT = u->getContext().getLineTableForUnit(u)) in dumpAttribute()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h179 const DWARFDebugLine::LineTable *getLineTableForUnit(DWARFUnit *cu);
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1625 if (const auto *LT = U.getOrigUnit().getContext().getLineTableForUnit( in getChildDeclContext()