Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugAbbrev.cpp74 for (const auto &abbr_decl : m_decls) { in GetUnsupportedForms() local
75 const size_t num_attrs = abbr_decl.NumAttributes(); in GetUnsupportedForms()
77 dw_form_t form = abbr_decl.GetFormByIndex(i); in GetUnsupportedForms()