Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp379 if (!ISAIsCached(isa)) { in UpdateISAToDescriptorMapIfNeeded()
402 if (!ISAIsCached(isa)) { in UpdateISAToDescriptorMapIfNeeded()
H A DAppleObjCRuntimeV2.cpp2079 if (ISAIsCached(isa)) { in ParseClassInfoArray()
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h330 bool ISAIsCached(ObjCISA isa) const { in ISAIsCached() function