Searched refs:m_apple_types_up (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DAppleDWARFIndex.cpp189 if (!m_apple_types_up)
195 for (const auto &entry : m_apple_types_up->equal_range(class_name)) {
214 if (!m_apple_types_up)
216 SearchFor(*m_apple_types_up, name, callback);
222 if (!m_apple_types_up)
227 m_apple_types_up->containsAtomType(DW_ATOM_die_tag);
229 m_apple_types_up->containsAtomType(DW_ATOM_qual_name_hash);
239 SearchFor(*m_apple_types_up, expected_name, callback, expected_tag,
259 if (m_apple_types_up->equal_range(context[1].name).empty())
265 SearchFor(*m_apple_types_up, expected_nam
[all...]
H A DAppleDWARFIndex.h35 m_apple_types_up(std::move(apple_types)),
76 std::unique_ptr<llvm::AppleAcceleratorTable> m_apple_types_up; member in class:lldb_private::plugin::dwarf::AppleDWARFIndex

Completed in 135 milliseconds