Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp394 if (!ISAIsCached(isa)) { in UpdateISAToDescriptorMapIfNeeded()
416 if (!ISAIsCached(isa)) { in UpdateISAToDescriptorMapIfNeeded()
H A DAppleObjCRuntimeV2.cpp1495 if (ISAIsCached(isa)) { in ParseClassInfoArray()
1751 if (ISAIsCached(elt.second)) in UpdateISAToDescriptorMapFromMemory()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DObjCLanguageRuntime.h304 bool ISAIsCached(ObjCISA isa) const { in ISAIsCached() function