Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp282 ModuleSP objc_module_sp(GetObjCModule()); in GetISAHashTablePointer()
326 ModuleSP objc_module_sp(GetObjCModule()); in UpdateISAToDescriptorMapIfNeeded()
H A DAppleObjCRuntime.h76 lldb::ModuleSP GetObjCModule();
H A DAppleObjCRuntimeV2.cpp1555 ModuleSP objc_module_sp(GetObjCModule()); in GetTaggedPointerObfuscator()
1587 ModuleSP objc_module_sp(GetObjCModule()); in GetISAHashTablePointer()
1615 ModuleSP objc_module_sp(runtime.GetObjCModule()); in CreateSharedCacheImageHeaders()
2461 ModuleSP objc_module_sp(GetObjCModule()); in GetSharedCacheReadOnlyAddress()
2594 GetObjCModule(), error); in RealizedClassGenerationCountChanged()
H A DAppleObjCRuntime.cpp225 lldb::ModuleSP AppleObjCRuntime::GetObjCModule() { in GetObjCModule() function in AppleObjCRuntime