Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h78 virtual const DWARFDebugAbbrev *getDebugAbbrev() = 0;
295 const DWARFDebugAbbrev *getDebugAbbrev();
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp364 const DWARFDebugAbbrev *getDebugAbbrev() override { in getDebugAbbrev() function in __anonfc0a132e0411::ThreadUnsafeDWARFContextState
665 const DWARFDebugAbbrev *getDebugAbbrev() override { in getDebugAbbrev() function in __anonfc0a132e0411::ThreadSafeState
667 return ThreadUnsafeDWARFContextState::getDebugAbbrev(); in getDebugAbbrev()
1020 getDebugAbbrev()->dump(OS); in dump()
1428 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrev() { in getDebugAbbrev() function in DWARFContext
1429 return State->getDebugAbbrev(); in getDebugAbbrev()
H A DDWARFVerifier.cpp157 DCtx.getDebugAbbrev()->getAbbreviationDeclarationSet(AbbrOffset); in verifyUnitHeader()
400 NumErrors += verifyAbbrevSection(DCtx.getDebugAbbrev()); in handleDebugAbbrev()
H A DDWARFUnit.cpp46 addUnitsImpl(C, D, Section, C.getDebugAbbrev(), &D.getRangesSection(), in addUnitsForSection()