reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
96 uint32_t GetFoundationVersion();
479 (runtime && runtime->GetFoundationVersion() >= 1400); 850 if (runtime && runtime->GetFoundationVersion() >= 1600)tools/lldb/source/Plugins/Language/ObjC/NSArray.cpp
393 if (apple_runtime && apple_runtime->GetFoundationVersion() >= 1437) { 838 if (runtime->GetFoundationVersion() >= 1436) 840 if (runtime->GetFoundationVersion() >= 1430) 854 if (runtime->GetFoundationVersion() >= 1437) 856 if (runtime->GetFoundationVersion() >= 1428) 858 if (runtime->GetFoundationVersion() >= 1100)tools/lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
395 if (apple_runtime && apple_runtime->GetFoundationVersion() >= 1437) { 475 if (runtime->GetFoundationVersion() >= 1437) { 477 } else if (runtime->GetFoundationVersion() >= 1428) {tools/lldb/source/Plugins/Language/ObjC/NSSet.cpp
266 if (apple_runtime && apple_runtime->GetFoundationVersion() >= 1437) { 337 if (apple_runtime->GetFoundationVersion() >= 1437) 339 else if (apple_runtime->GetFoundationVersion() >= 1428)tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
2269 uint32_t foundation_version = m_runtime.GetFoundationVersion();