Searched refs:getDebugAbbrev (Results 1 – 4 of 4) sorted by relevance
78 virtual const DWARFDebugAbbrev *getDebugAbbrev() = 0;295 const DWARFDebugAbbrev *getDebugAbbrev();
363 const DWARFDebugAbbrev *getDebugAbbrev() override { in getDebugAbbrev() function in ThreadUnsafeDWARFContextState664 const DWARFDebugAbbrev *getDebugAbbrev() override { in getDebugAbbrev() function in ThreadSafeState666 return ThreadUnsafeDWARFContextState::getDebugAbbrev(); in getDebugAbbrev()1019 getDebugAbbrev()->dump(OS); in dump()1426 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrev() { in getDebugAbbrev() function in DWARFContext1427 return State->getDebugAbbrev(); in getDebugAbbrev()
155 DCtx.getDebugAbbrev()->getAbbreviationDeclarationSet(AbbrOffset); in verifyUnitHeader()343 NumErrors += verifyAbbrevSection(DCtx.getDebugAbbrev()); in handleDebugAbbrev()
46 addUnitsImpl(C, D, Section, C.getDebugAbbrev(), &D.getRangesSection(), in addUnitsForSection()