Home
last modified time | relevance | path

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

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