Searched refs:m_objc_module_wp (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h123 lldb::ModuleWP m_objc_module_wp; member in class:lldb_private::AppleObjCRuntime
H A DAppleObjCRuntime.cpp206 ModuleSP module_sp(m_objc_module_wp.lock());
216 m_objc_module_wp = module_sp;
H A DAppleObjCRuntimeV2.h150 lldb::ModuleWP m_objc_module_wp; member in class:lldb_private::AppleObjCRuntimeV2::NonPointerISACache
H A DAppleObjCRuntimeV2.cpp2451 : m_runtime(runtime), m_cache(), m_objc_module_wp(objc_module_sp),
2513 ModuleSP objc_module_sp(m_objc_module_wp.lock());

Completed in 171 milliseconds