Searched refs:m_fallback (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DebugNamesDWARFIndex.cpp | 190 m_fallback.GetGlobalVariables(basename, callback); in GetGlobalVariables() 215 m_fallback.GetGlobalVariables(regex, callback); in GetGlobalVariables() 253 m_fallback.GetGlobalVariables(cu, callback); in GetGlobalVariables() 287 m_fallback.GetCompleteObjCClass(class_name, must_be_implementation, callback); in GetCompleteObjCClass() 371 m_fallback.GetFullyQualifiedType(context, callback); in GetFullyQualifiedType() 466 m_fallback.GetTypes(name, callback); in GetTypes() 480 m_fallback.GetTypes(context, callback); in GetTypes() 495 m_fallback.GetNamespaces(name, callback); in GetNamespaces() 563 m_fallback.GetTypesWithQuery(query, callback); in GetTypesWithQuery() 604 m_fallback.GetNamespacesWithParents(name, parent_decl_ctx, callback); in GetNamespacesWithParents() [all …]
|
| H A D | DebugNamesDWARFIndex.h | 27 void Preload() override { m_fallback.Preload(); } in Preload() 79 m_fallback(module, dwarf, GetUnits(*m_debug_names_up), in DebugNamesDWARFIndex() 91 ManualDWARFIndex m_fallback; variable
|