Searched refs:m_fallback (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DebugNamesDWARFIndex.cpp | 99 m_fallback.GetGlobalVariables(basename, callback); in GetGlobalVariables() 124 m_fallback.GetGlobalVariables(regex, callback); in GetGlobalVariables() 153 m_fallback.GetGlobalVariables(cu, callback); in GetGlobalVariables() 198 m_fallback.GetCompleteObjCClass(class_name, must_be_implementation, callback); in GetCompleteObjCClass() 211 m_fallback.GetTypes(name, callback); in GetTypes() 225 m_fallback.GetTypes(context, callback); in GetTypes() 238 m_fallback.GetNamespaces(name, callback); in GetNamespaces() 264 m_fallback.GetFunctions(lookup_info, dwarf, parent_decl_ctx, callback); in GetFunctions() 290 m_fallback.GetFunctions(regex, callback); in GetFunctions() 294 m_fallback.Dump(s); in Dump()
|
| H A D | DebugNamesDWARFIndex.h | 27 void Preload() override { m_fallback.Preload(); } in Preload() 68 m_fallback(module, dwarf, GetUnits(*m_debug_names_up)) {} in DebugNamesDWARFIndex() 79 ManualDWARFIndex m_fallback; variable
|