Searched refs:getDebugAbbrevDWO (Results 1 – 4 of 4) sorted by relevance
75 virtual const DWARFDebugAbbrev *getDebugAbbrevDWO() = 0;307 const DWARFDebugAbbrev *getDebugAbbrevDWO();
317 const DWARFDebugAbbrev *getDebugAbbrevDWO() override { in getDebugAbbrevDWO() function in __anonfc0a132e0411::ThreadUnsafeDWARFContextState648 const DWARFDebugAbbrev *getDebugAbbrevDWO() override { in getDebugAbbrevDWO() function in __anonfc0a132e0411::ThreadSafeState650 return ThreadUnsafeDWARFContextState::getDebugAbbrevDWO(); in getDebugAbbrevDWO()1019 getDebugAbbrevDWO()->dump(OS); in dump()1427 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrevDWO() { in getDebugAbbrevDWO() function in DWARFContext1428 return State->getDebugAbbrevDWO(); in getDebugAbbrevDWO()
58 addUnitsImpl(C, D, DWOSection, C.getDebugAbbrevDWO(), &D.getRangesDWOSection(), in addUnitsForDWOSection()
412 NumErrors += verifyAbbrevSection(DCtx.getDebugAbbrevDWO()); in handleDebugAbbrev()