Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/SymbolFile/DWARF/
H A DSymbolFileDWARFTests.cpp107 auto abbrev1 = abbrev_set.GetAbbreviationDeclaration(1); in TEST_F()
111 auto abbrev2 = abbrev_set.GetAbbreviationDeclaration(2); in TEST_F()
152 auto abbrev1 = abbrev_set.GetAbbreviationDeclaration(5); in TEST_F()
156 auto abbrev2 = abbrev_set.GetAbbreviationDeclaration(6); in TEST_F()
197 auto abbrev1 = abbrev_set.GetAbbreviationDeclaration(2); in TEST_F()
201 auto abbrev2 = abbrev_set.GetAbbreviationDeclaration(1); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAbbrev.h45 GetAbbreviationDeclaration(dw_uleb128_t abbrCode) const;
H A DDWARFDebugAbbrev.cpp52 DWARFAbbreviationDeclarationSet::GetAbbreviationDeclaration( in GetAbbreviationDeclaration() function in DWARFAbbreviationDeclarationSet
H A DDWARFDebugInfoEntry.cpp858 return abbrev_set->GetAbbreviationDeclaration(m_abbr_idx); in GetAbbreviationDeclarationPtr()