Searched refs:getDebugAbbrev (Results 1 – 4 of 4) sorted by relevance
79 virtual const DWARFDebugAbbrev *getDebugAbbrev() = 0;301 const DWARFDebugAbbrev *getDebugAbbrev();
362 const DWARFDebugAbbrev *getDebugAbbrev() override { in getDebugAbbrev() function in __anonfc0a132e0411::ThreadUnsafeDWARFContextState661 const DWARFDebugAbbrev *getDebugAbbrev() override { in getDebugAbbrev() function in __anonfc0a132e0411::ThreadSafeState663 return ThreadUnsafeDWARFContextState::getDebugAbbrev(); in getDebugAbbrev()1016 getDebugAbbrev()->dump(OS); in dump()1423 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrev() { in getDebugAbbrev() function in DWARFContext1424 return State->getDebugAbbrev(); in getDebugAbbrev()
167 DCtx.getDebugAbbrev()->getAbbreviationDeclarationSet(AbbrOffset); in verifyUnitHeader()410 NumErrors += verifyAbbrevSection(DCtx.getDebugAbbrev()); in handleDebugAbbrev()
46 addUnitsImpl(C, D, Section, C.getDebugAbbrev(), &D.getRangesSection(), in addUnitsForSection()