Home
last modified time | relevance | path

Searched refs:apple_runtime (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DNSSet.cpp277 AppleObjCRuntime *apple_runtime = in NSSetSummaryProvider() local
280 if (apple_runtime && apple_runtime->GetFoundationVersion() >= 1437) { in NSSetSummaryProvider()
350 AppleObjCRuntime *apple_runtime = in NSSetSyntheticFrontEndCreator() local
352 if (apple_runtime) { in NSSetSyntheticFrontEndCreator()
353 if (apple_runtime->GetFoundationVersion() >= 1437) in NSSetSyntheticFrontEndCreator()
355 else if (apple_runtime->GetFoundationVersion() >= 1428) in NSSetSyntheticFrontEndCreator()
H A DNSArray.cpp398 AppleObjCRuntime *apple_runtime = in NSArraySummaryProvider() local
401 if (apple_runtime && apple_runtime->GetFoundationVersion() >= 1437) { in NSArraySummaryProvider()
H A DNSDictionary.cpp410 AppleObjCRuntime *apple_runtime = in NSDictionarySummaryProvider() local
413 if (apple_runtime && apple_runtime->GetFoundationVersion() >= 1437) { in NSDictionarySummaryProvider()