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

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DAppleDWARFIndex.h36 m_apple_objc_up(std::move(apple_objc)),
77 std::unique_ptr<llvm::AppleAcceleratorTable> m_apple_objc_up; member in class:lldb_private::plugin::dwarf::AppleDWARFIndex
H A DAppleDWARFIndex.cpp181 if (!m_apple_objc_up)
183 SearchFor(*m_apple_objc_up, class_name, callback);
306 if (m_apple_objc_up)

Completed in 181 milliseconds