Home
last modified time | relevance | path

Searched refs:GetFoundationVersion (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSArray.cpp390 if (apple_runtime && apple_runtime->GetFoundationVersion() >= 1437) { in NSArraySummaryProvider()
823 if (runtime->GetFoundationVersion() >= 1436) in NSArraySyntheticFrontEndCreator()
825 if (runtime->GetFoundationVersion() >= 1430) in NSArraySyntheticFrontEndCreator()
839 if (runtime->GetFoundationVersion() >= 1437) in NSArraySyntheticFrontEndCreator()
841 if (runtime->GetFoundationVersion() >= 1428) in NSArraySyntheticFrontEndCreator()
843 if (runtime->GetFoundationVersion() >= 1100) in NSArraySyntheticFrontEndCreator()
H A DNSSet.cpp278 if (apple_runtime && apple_runtime->GetFoundationVersion() >= 1437) { in NSSetSummaryProvider()
355 if (apple_runtime->GetFoundationVersion() >= 1437) in NSSetSyntheticFrontEndCreator()
357 else if (apple_runtime->GetFoundationVersion() >= 1428) in NSSetSyntheticFrontEndCreator()
H A DCocoa.cpp275 if (runtime->GetFoundationVersion() >= 2000 && in NSIndexSetSummaryProvider()
287 if (runtime->GetFoundationVersion() >= 2000) { in NSIndexSetSummaryProvider()
579 (runtime && runtime->GetFoundationVersion() >= 1400); in NSNumberSummaryProvider()
983 if (runtime && runtime->GetFoundationVersion() >= 1600) in NSDateSummaryProvider()
H A DNSDictionary.cpp461 if (apple_runtime && apple_runtime->GetFoundationVersion() >= 1437) { in NSDictionarySummaryProvider()
551 if (runtime->GetFoundationVersion() >= 1437) { in NSDictionarySyntheticFrontEndCreator()
553 } else if (runtime->GetFoundationVersion() >= 1428) { in NSDictionarySyntheticFrontEndCreator()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h100 uint32_t GetFoundationVersion();
H A DAppleObjCRuntime.cpp328 uint32_t AppleObjCRuntime::GetFoundationVersion() { in GetFoundationVersion() function in AppleObjCRuntime
H A DAppleObjCRuntimeV2.cpp2964 uint32_t foundation_version = m_runtime.GetFoundationVersion(); in GetClassDescriptor()