Home
last modified time | relevance | path

Searched refs:IsSharedCacheImageLoaded (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h105 bool IsSharedCacheImageLoaded(uint16_t image_index);
H A DAppleObjCClassDescriptorV2.cpp510 if (!m_runtime.IsSharedCacheImageLoaded(entry->m_image_index)) in ProcessRelativeMethodLists()
H A DAppleObjCRuntimeV2.cpp3379 bool AppleObjCRuntimeV2::IsSharedCacheImageLoaded(uint16_t image_index) { in IsSharedCacheImageLoaded() function in AppleObjCRuntimeV2