Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp182 m_debug_names_up->equal_range(basename.GetStringRef())) { in GetGlobalVariables()
196 for (const DebugNames::NameIndex &ni: *m_debug_names_up) { in GetGlobalVariables()
222 for (const DebugNames::NameIndex &ni : *m_debug_names_up) { in GetGlobalVariables()
264 m_debug_names_up->equal_range(class_name.GetStringRef())) { in GetCompleteObjCClass()
341 m_debug_names_up->equal_range(leaf_name)) { in GetFullyQualifiedType()
459 m_debug_names_up->equal_range(name.GetStringRef())) { in GetTypes()
473 for (const DebugNames::Entry &entry : m_debug_names_up->equal_range(name)) { in GetTypes()
486 m_debug_names_up->equal_range(name.GetStringRef())) { in GetNamespaces()
531 for (const DebugNames::Entry &entry : m_debug_names_up->equal_range(name)) { in GetTypesWithQuery()
576 m_debug_names_up->equal_range(name.GetStringRef())) { in GetNamespacesWithParents()
[all …]
H A DDebugNamesDWARFIndex.h78 m_debug_names_up(std::move(debug_names_up)), in DebugNamesDWARFIndex()
79 m_fallback(module, dwarf, GetUnits(*m_debug_names_up), in DebugNamesDWARFIndex()
80 GetTypeUnitSignatures(*m_debug_names_up)) {} in DebugNamesDWARFIndex()
90 std::unique_ptr<DebugNames> m_debug_names_up; variable