Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp1567 ModuleSP objc_module_sp(GetObjCModule()); in GetTaggedPointerObfuscator()
1599 ModuleSP objc_module_sp(GetObjCModule()); in GetISAHashTablePointer()
2330 ModuleSP objc_module_sp(GetObjCModule()); in GetSharedCacheReadOnlyAddress()
2463 GetObjCModule(), error); in RealizedClassGenerationCountChanged()
H A DAppleObjCRuntime.cpp219 lldb::ModuleSP AppleObjCRuntime::GetObjCModule() { in GetObjCModule() function in AppleObjCRuntime