Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.h67 getAbbreviationDeclarationSet(uint64_t CUAbbrOffset) const;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.cpp115 DWARFDebugAbbrev::getAbbreviationDeclarationSet(uint64_t CUAbbrOffset) const { in getAbbreviationDeclarationSet() function in DWARFDebugAbbrev
H A DDWARFVerifier.cpp145 if (!DCtx.getDebugAbbrev()->getAbbreviationDeclarationSet(AbbrOffset)) in verifyUnitHeader()
263 Abbrev->getAbbreviationDeclarationSet(0); in verifyAbbrevSection()
H A DDWARFUnit.cpp744 Abbrevs = Abbrev->getAbbreviationDeclarationSet(Header.getAbbrOffset()); in getAbbreviations()