Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.h41 getAbbreviationDeclaration(uint32_t AbbrCode) const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.cpp54 AbbrevDecl = AbbrevSet->getAbbreviationDeclaration(AbbrCode); in extractFast()
H A DDWARFDebugAbbrev.cpp61 DWARFAbbreviationDeclarationSet::getAbbreviationDeclaration( in getAbbreviationDeclaration() function in DWARFAbbreviationDeclarationSet
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp653 return abbrev_set->getAbbreviationDeclaration(m_abbr_idx); in GetAbbreviationDeclarationPtr()