Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.h68 getAbbreviationDeclarationSet(uint64_t CUAbbrOffset) const;
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.cpp143 DWARFDebugAbbrev::getAbbreviationDeclarationSet(uint64_t CUAbbrOffset) const { in getAbbreviationDeclarationSet() function in DWARFDebugAbbrev
H A DDWARFVerifier.cpp153 if (!DCtx.getDebugAbbrev()->getAbbreviationDeclarationSet(AbbrOffset)) in verifyUnitHeader()
306 Abbrev->getAbbreviationDeclarationSet(0); in verifyAbbrevSection()
H A DDWARFUnit.cpp981 Abbrevs = Abbrev->getAbbreviationDeclarationSet(getAbbreviationsOffset()); in getAbbreviations()