Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp1800 const uint64_t abbrev_code = cu->GetData().GetULEB128(&offset); in GetAbbreviationDeclarationPtr() local
1802 if (abbrev_decl->Code() == abbrev_code) in GetAbbreviationDeclarationPtr()
1808 GetOffset(), (uint32_t)abbrev_decl->Code(), (uint32_t)abbrev_code); in GetAbbreviationDeclarationPtr()