Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h232 const DWARFDebugAbbrev *getDebugAbbrevDWO();
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h161 const DWARFDebugAbbrev *getDebugAbbrevDWO();
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp29 parseImpl(C, DWOSection, C.getDebugAbbrevDWO(), C.getRangeDWOSection(), in parseDWO()
DDWARFContext.cpp85 if (const DWARFDebugAbbrev *D = getDebugAbbrevDWO()) { in dump()
309 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrevDWO() { in getDebugAbbrevDWO() function in DWARFContext
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp341 getDebugAbbrevDWO()->dump(OS); in dump()
678 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrevDWO() { in getDebugAbbrevDWO() function in DWARFContext
DDWARFUnit.cpp45 parseImpl(C, D, DWOSection, C.getDebugAbbrevDWO(), &D.getRangeDWOSection(), in parseDWO()
DDWARFVerifier.cpp251 NumErrors += verifyAbbrevSection(DCtx.getDebugAbbrevDWO()); in handleDebugAbbrev()