Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDebugNamesDWARFIndex.cpp89 m_debug_names_up->equal_range(basename.GetStringRef())) { in GetGlobalVariables()
103 for (const DebugNames::NameIndex &ni: *m_debug_names_up) { in GetGlobalVariables()
128 for (const DebugNames::NameIndex &ni: *m_debug_names_up) { in GetGlobalVariables()
157 m_debug_names_up->equal_range(class_name.GetStringRef())) { in GetCompleteObjCClass()
197 m_debug_names_up->equal_range(name.GetStringRef())) { in GetTypes()
211 for (const DebugNames::Entry &entry : m_debug_names_up->equal_range(name)) { in GetTypes()
224 m_debug_names_up->equal_range(name.GetStringRef())) { in GetNamespaces()
241 m_debug_names_up->equal_range(name.GetStringRef())) { in GetFunctions()
264 for (const DebugNames::NameIndex &ni: *m_debug_names_up) { in GetFunctions()
292 m_debug_names_up->dump(os); in Dump()
DDebugNamesDWARFIndex.h66 m_debug_names_up(std::move(debug_names_up)), in DebugNamesDWARFIndex()
67 m_fallback(module, dwarf, GetUnits(*m_debug_names_up)) {} in DebugNamesDWARFIndex()
77 std::unique_ptr<DebugNames> m_debug_names_up; variable