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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1376 struct DarwinPlatform { struct in namespace:__anon598
1461 static DarwinPlatform createFromTarget(const llvm::Triple &TT,
1463 DarwinPlatform Result(TargetArg, getPlatformFromOS(TT.getOS()), OSVersion,
1478 static DarwinPlatform createOSVersionArg(DarwinPlatformKind Platform,
1480 return DarwinPlatform(OSVersionArg, Platform, A);
1482 static DarwinPlatform createDeploymentTargetEnv(DarwinPlatformKind Platform,
1485 DarwinPlatform Result(DeploymentTargetEnv, Platform, Value);
1489 static DarwinPlatform createFromSDK(DarwinPlatformKind Platform,
1492 DarwinPlatform Result(InferredFromSDK, Platform, Value);
1498 static DarwinPlatform createFromArc
1516 DarwinPlatform(SourceKind Kind, DarwinPlatformKind Platform, Arg *Argument) function in struct:__anon598::DarwinPlatform
1518 DarwinPlatform(SourceKind Kind, DarwinPlatformKind Platform, StringRef Value, function in struct:__anon598::DarwinPlatform
[all...]

Completed in 186 milliseconds