Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h288 const DWARFDebugAbbrev *getDebugAbbrevDWO();
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp383 getDebugAbbrevDWO()->dump(OS); in dump()
896 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrevDWO() { in getDebugAbbrevDWO() function in DWARFContext
DDWARFUnit.cpp58 addUnitsImpl(C, D, DWOSection, C.getDebugAbbrevDWO(), &D.getRangesDWOSection(), in addUnitsForDWOSection()
DDWARFVerifier.cpp330 NumErrors += verifyAbbrevSection(DCtx.getDebugAbbrevDWO()); in handleDebugAbbrev()