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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1290 struct DarwinPlatform { struct in namespace:__anon37
1375 static DarwinPlatform createFromTarget(const llvm::Triple &TT,
1377 DarwinPlatform Result(TargetArg, getPlatformFromOS(TT.getOS()), OSVersion,
1392 static DarwinPlatform createOSVersionArg(DarwinPlatformKind Platform,
1394 return DarwinPlatform(OSVersionArg, Platform, A);
1396 static DarwinPlatform createDeploymentTargetEnv(DarwinPlatformKind Platform,
1399 DarwinPlatform Result(DeploymentTargetEnv, Platform, Value);
1403 static DarwinPlatform createFromSDK(DarwinPlatformKind Platform,
1406 DarwinPlatform Result(InferredFromSDK, Platform, Value);
1412 static DarwinPlatform createFromArc
1430 DarwinPlatform(SourceKind Kind, DarwinPlatformKind Platform, Arg *Argument) function in struct:__anon37::DarwinPlatform
1432 DarwinPlatform(SourceKind Kind, DarwinPlatformKind Platform, StringRef Value, function in struct:__anon37::DarwinPlatform
[all...]

Completed in 125 milliseconds