Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp1579 ModuleSP objc_module_sp(GetObjCModule()); in GetTaggedPointerObfuscator()
1611 ModuleSP objc_module_sp(GetObjCModule()); in GetISAHashTablePointer()
1639 ModuleSP objc_module_sp(runtime.GetObjCModule()); in CreateSharedCacheImageHeaders()
2485 ModuleSP objc_module_sp(GetObjCModule()); in GetSharedCacheReadOnlyAddress()
2618 GetObjCModule(), error); in RealizedClassGenerationCountChanged()
H A DAppleObjCRuntime.cpp219 lldb::ModuleSP AppleObjCRuntime::GetObjCModule() { in GetObjCModule() function in AppleObjCRuntime