Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.h70 getAbbreviationDeclarationSet(uint64_t CUAbbrOffset) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.cpp145 DWARFDebugAbbrev::getAbbreviationDeclarationSet(uint64_t CUAbbrOffset) const { in getAbbreviationDeclarationSet() function in DWARFDebugAbbrev
H A DDWARFVerifier.cpp155 DCtx.getDebugAbbrev()->getAbbreviationDeclarationSet(AbbrOffset); in verifyUnitHeader()
314 Abbrev->getAbbreviationDeclarationSet(0); in verifyAbbrevSection()
H A DDWARFUnit.cpp1034 Abbrev->getAbbreviationDeclarationSet(getAbbreviationsOffset()); in getAbbreviations()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp1026 abbr->getAbbreviationDeclarationSet(expected_header->GetAbbrOffset()); in extract()