Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h392 bool RealizedClassGenerationCountChanged();
H A DAppleObjCRuntimeV2.cpp2387 const bool class_count_changed = RealizedClassGenerationCountChanged(); in UpdateISAToDescriptorMapIfNeeded()
2443 bool AppleObjCRuntimeV2::RealizedClassGenerationCountChanged() { in RealizedClassGenerationCountChanged() function in AppleObjCRuntimeV2