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.h426 bool RealizedClassGenerationCountChanged();
H A DAppleObjCRuntimeV2.cpp2524 const bool class_count_changed = RealizedClassGenerationCountChanged(); in UpdateISAToDescriptorMapIfNeeded()
2585 bool AppleObjCRuntimeV2::RealizedClassGenerationCountChanged() { in RealizedClassGenerationCountChanged() function in AppleObjCRuntimeV2