Searched refs:m_fallback (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DebugNamesDWARFIndex.cpp | 94 m_fallback.GetGlobalVariables(basename, offsets); in GetGlobalVariables() 107 m_fallback.GetGlobalVariables(regex, offsets); in GetGlobalVariables() 129 m_fallback.GetGlobalVariables(cu, offsets); in GetGlobalVariables() 152 m_fallback.GetCompleteObjCClass(class_name, must_be_implementation, offsets); in GetCompleteObjCClass() 193 m_fallback.GetTypes(name, offsets); in GetTypes() 204 m_fallback.GetTypes(context, offsets); in GetTypes() 214 m_fallback.GetNamespaces(name, offsets); in GetNamespaces() 229 m_fallback.GetFunctions(name, info, parent_decl_ctx, name_type_mask, v); in GetFunctions() 250 m_fallback.GetFunctions(regex, offsets); in GetFunctions() 272 m_fallback.Dump(s); in Dump()
|
| H A D | DebugNamesDWARFIndex.h | 26 void Preload() override { m_fallback.Preload(); } in Preload() 58 m_fallback(module, &debug_info, GetUnits(*m_debug_names_up)) {} in DebugNamesDWARFIndex() 69 ManualDWARFIndex m_fallback; variable
|