Home
last modified time | relevance | path

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

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