Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DNSArray.cpp401 if (apple_runtime && apple_runtime->GetFoundationVersion() >= 1437) { in NSArraySummaryProvider()
844 if (runtime->GetFoundationVersion() >= 1436) in NSArraySyntheticFrontEndCreator()
846 if (runtime->GetFoundationVersion() >= 1430) in NSArraySyntheticFrontEndCreator()
860 if (runtime->GetFoundationVersion() >= 1437) in NSArraySyntheticFrontEndCreator()
862 if (runtime->GetFoundationVersion() >= 1428) in NSArraySyntheticFrontEndCreator()
864 if (runtime->GetFoundationVersion() >= 1100) in NSArraySyntheticFrontEndCreator()
H A DNSSet.cpp280 if (apple_runtime && apple_runtime->GetFoundationVersion() >= 1437) { in NSSetSummaryProvider()
353 if (apple_runtime->GetFoundationVersion() >= 1437) in NSSetSyntheticFrontEndCreator()
355 else if (apple_runtime->GetFoundationVersion() >= 1428) in NSSetSyntheticFrontEndCreator()
H A DNSDictionary.cpp413 if (apple_runtime && apple_runtime->GetFoundationVersion() >= 1437) { in NSDictionarySummaryProvider()
493 if (runtime->GetFoundationVersion() >= 1437) { in NSDictionarySyntheticFrontEndCreator()
495 } else if (runtime->GetFoundationVersion() >= 1428) { in NSDictionarySyntheticFrontEndCreator()
H A DCocoa.cpp493 (runtime && runtime->GetFoundationVersion() >= 1400); in NSNumberSummaryProvider()
873 if (runtime && runtime->GetFoundationVersion() >= 1600) in NSDateSummaryProvider()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h98 uint32_t GetFoundationVersion();
H A DAppleObjCRuntime.cpp300 uint32_t AppleObjCRuntime::GetFoundationVersion() { in GetFoundationVersion() function in AppleObjCRuntime
H A DAppleObjCRuntimeV2.cpp2200 uint32_t foundation_version = m_runtime.GetFoundationVersion(); in GetClassDescriptor()