Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h433 bool RealizedClassGenerationCountChanged();
H A DAppleObjCRuntimeV2.cpp2540 const bool class_count_changed = RealizedClassGenerationCountChanged(); in UpdateISAToDescriptorMapIfNeeded()
2601 bool AppleObjCRuntimeV2::RealizedClassGenerationCountChanged() { in RealizedClassGenerationCountChanged() function in AppleObjCRuntimeV2