Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp293 ModuleSP objc_module_sp(GetObjCModule()); in GetISAHashTablePointer()
337 ModuleSP objc_module_sp(GetObjCModule()); in UpdateISAToDescriptorMapIfNeeded()
H A DAppleObjCRuntime.h76 lldb::ModuleSP GetObjCModule();
H A DAppleObjCRuntimeV2.cpp1474 ModuleSP objc_module_sp(GetObjCModule()); in GetTaggedPointerObfuscator()
1506 ModuleSP objc_module_sp(GetObjCModule()); in GetISAHashTablePointer()
2153 ModuleSP objc_module_sp(GetObjCModule()); in GetSharedCacheReadOnlyAddress()
2277 GetObjCModule(), error); in RealizedClassGenerationCountChanged()
H A DAppleObjCRuntime.cpp217 lldb::ModuleSP AppleObjCRuntime::GetObjCModule() { in GetObjCModule() function in AppleObjCRuntime