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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DAppleDWARFIndex.h31 m_apple_objc_up(std::move(apple_objc)) {}
58 std::unique_ptr<DWARFMappedHash::MemoryTable> m_apple_objc_up; member in class:lldb_private::AppleDWARFIndex
H A DAppleDWARFIndex.cpp83 if (m_apple_objc_up)
84 m_apple_objc_up->FindByName(class_name.GetStringRef(), offsets);
193 if (m_apple_objc_up)

Completed in 91 milliseconds