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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DAppleDWARFIndex.cpp90 if (m_apple_types_up) {
91 m_apple_types_up->FindCompleteObjCClassByName(
97 if (m_apple_types_up)
98 m_apple_types_up->FindByName(name.GetStringRef(), offsets);
103 if (!m_apple_types_up)
108 const bool has_tag = m_apple_types_up->GetHeader().header_data.ContainsAtom(
111 m_apple_types_up->GetHeader().header_data.ContainsAtom(
121 m_apple_types_up->FindByNameAndTagAndQualifiedNameHash(
137 m_apple_types_up->FindByName(context[1].name, class_matches);
144 m_apple_types_up
[all...]
H A DAppleDWARFIndex.h30 m_apple_types_up(std::move(apple_types)),
57 std::unique_ptr<DWARFMappedHash::MemoryTable> m_apple_types_up; member in class:lldb_private::AppleDWARFIndex

Completed in 102 milliseconds