Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h127 lldb::ModuleWP m_objc_module_wp; variable
H A DAppleObjCRuntime.cpp226 ModuleSP module_sp(m_objc_module_wp.lock()); in GetObjCModule()
236 m_objc_module_wp = module_sp; in GetObjCModule()
H A DAppleObjCRuntimeV2.h154 lldb::ModuleWP m_objc_module_wp; variable
H A DAppleObjCRuntimeV2.cpp3174 : m_runtime(runtime), m_cache(), m_objc_module_wp(objc_module_sp), in NonPointerISACache()
3236 ModuleSP objc_module_sp(m_objc_module_wp.lock()); in EvaluateNonPointerISA()