Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp324 DWARFContext::getLineTableForUnit(DWARFUnit *cu) { in getLineTableForUnit() function in DWARFContext
412 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) in getLineInfoForAddress()
439 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange()
478 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
499 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
DDWARFDebugInfoEntry.cpp143 if (const auto *LT = u->getContext().getLineTableForUnit(u)) in dumpAttribute()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h158 const DWARFDebugLine::LineTable *getLineTableForUnit(DWARFUnit *cu);