Searched refs:m_fallback (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DebugNamesDWARFIndex.cpp | 97 m_fallback.GetGlobalVariables(basename, callback); in GetGlobalVariables() 122 m_fallback.GetGlobalVariables(regex, callback); in GetGlobalVariables() 146 m_fallback.GetGlobalVariables(cu, callback); in GetGlobalVariables() 191 m_fallback.GetCompleteObjCClass(class_name, must_be_implementation, callback); in GetCompleteObjCClass() 204 m_fallback.GetTypes(name, callback); in GetTypes() 218 m_fallback.GetTypes(context, callback); in GetTypes() 231 m_fallback.GetNamespaces(name, callback); in GetNamespaces() 257 m_fallback.GetFunctions(name, dwarf, parent_decl_ctx, name_type_mask, in GetFunctions() 284 m_fallback.GetFunctions(regex, callback); in GetFunctions() 288 m_fallback.Dump(s); in Dump()
|
D | DebugNamesDWARFIndex.h | 26 void Preload() override { m_fallback.Preload(); } in Preload() 67 m_fallback(module, dwarf, GetUnits(*m_debug_names_up)) {} in DebugNamesDWARFIndex() 78 ManualDWARFIndex m_fallback; variable
|