Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp379 if (!ISAIsCached(isa)) { in UpdateISAToDescriptorMapIfNeeded()
402 if (!ISAIsCached(isa)) { in UpdateISAToDescriptorMapIfNeeded()
H A DAppleObjCRuntimeV2.cpp2207 if (ISAIsCached(isa)) { in ParseClassInfoArray()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h337 bool ISAIsCached(ObjCISA isa) const { in ISAIsCached() function