Searched refs:getDebugAbbrevDWO (Results 1 – 4 of 4) sorted by relevance
74 virtual const DWARFDebugAbbrev *getDebugAbbrevDWO() = 0;301 const DWARFDebugAbbrev *getDebugAbbrevDWO();
319 const DWARFDebugAbbrev *getDebugAbbrevDWO() override { in getDebugAbbrevDWO() function in __anonfc0a132e0411::ThreadUnsafeDWARFContextState652 const DWARFDebugAbbrev *getDebugAbbrevDWO() override { in getDebugAbbrevDWO() function in __anonfc0a132e0411::ThreadSafeState654 return ThreadUnsafeDWARFContextState::getDebugAbbrevDWO(); in getDebugAbbrevDWO()1023 getDebugAbbrevDWO()->dump(OS); in dump()1432 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrevDWO() { in getDebugAbbrevDWO() function in DWARFContext1433 return State->getDebugAbbrevDWO(); in getDebugAbbrevDWO()
58 addUnitsImpl(C, D, DWOSection, C.getDebugAbbrevDWO(), &D.getRangesDWOSection(), in addUnitsForDWOSection()
402 NumErrors += verifyAbbrevSection(DCtx.getDebugAbbrevDWO()); in handleDebugAbbrev()