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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSSet.cpp263 AppleObjCRuntime *apple_runtime = local
266 if (apple_runtime && apple_runtime->GetFoundationVersion() >= 1437) {
334 AppleObjCRuntime *apple_runtime = local
336 if (apple_runtime) {
337 if (apple_runtime->GetFoundationVersion() >= 1437)
339 else if (apple_runtime->GetFoundationVersion() >= 1428)
H A DNSDictionary.cpp392 AppleObjCRuntime *apple_runtime = local
395 if (apple_runtime && apple_runtime->GetFoundationVersion() >= 1437) {
H A DNSArray.cpp365 AppleObjCRuntime *apple_runtime = local
368 if (apple_runtime && apple_runtime->GetFoundationVersion() >= 1437) {

Completed in 123 milliseconds