Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h160 const DWARFDebugAbbrev *getDebugAbbrevDWO();
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp82 if (const DWARFDebugAbbrev *D = getDebugAbbrevDWO()) { in dump()
302 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrevDWO() { in getDebugAbbrevDWO() function in DWARFContext
DDWARFUnit.cpp29 parseImpl(C, DWOSection, C.getDebugAbbrevDWO(), C.getRangeDWOSection(), in parseDWO()