Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h78 virtual const DWARFDebugAbbrev *getDebugAbbrev() = 0;
295 const DWARFDebugAbbrev *getDebugAbbrev();
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp363 const DWARFDebugAbbrev *getDebugAbbrev() override { in getDebugAbbrev() function in ThreadUnsafeDWARFContextState
664 const DWARFDebugAbbrev *getDebugAbbrev() override { in getDebugAbbrev() function in ThreadSafeState
666 return ThreadUnsafeDWARFContextState::getDebugAbbrev(); in getDebugAbbrev()
1019 getDebugAbbrev()->dump(OS); in dump()
1426 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrev() { in getDebugAbbrev() function in DWARFContext
1427 return State->getDebugAbbrev(); in getDebugAbbrev()
H A DDWARFVerifier.cpp155 DCtx.getDebugAbbrev()->getAbbreviationDeclarationSet(AbbrOffset); in verifyUnitHeader()
343 NumErrors += verifyAbbrevSection(DCtx.getDebugAbbrev()); in handleDebugAbbrev()
H A DDWARFUnit.cpp46 addUnitsImpl(C, D, Section, C.getDebugAbbrev(), &D.getRangesSection(), in addUnitsForSection()