Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAbbrev.cpp73 for (const auto &abbr_decl : m_decls) { in GetUnsupportedForms() local
74 const size_t num_attrs = abbr_decl.NumAttributes(); in GetUnsupportedForms()
76 dw_form_t form = abbr_decl.GetFormByIndex(i); in GetUnsupportedForms()