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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1392 static DarwinPlatform createOSVersionArg(DarwinPlatformKind Platform, function in struct:__anon37::DarwinPlatform
1483 return DarwinPlatform::createOSVersionArg(Darwin::MacOS, OSXVersion);
1490 return DarwinPlatform::createOSVersionArg(Darwin::IPhoneOS, iOSVersion);
1497 return DarwinPlatform::createOSVersionArg(Darwin::TvOS, TvOSVersion);
1499 return DarwinPlatform::createOSVersionArg(Darwin::WatchOS, WatchOSVersion);

Completed in 86 milliseconds