Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2638 static bool DoesProcessHaveSharedCache(Process &process) { in DoesProcessHaveSharedCache() function
2652 if (GetProcess() && !DoesProcessHaveSharedCache(*GetProcess())) { in WarnIfNoClassesCached()