Searched refs:DarwinPlatform (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Darwin.cpp | 1625 struct DarwinPlatform { struct 1767 static DarwinPlatform 1771 DarwinPlatform Result(TargetArg, getPlatformFromOS(TT.getOS()), OSVersion, in createFromTarget() 1780 static DarwinPlatform 1784 DarwinPlatform Result(MTargetOSArg, getPlatformFromOS(OS), in createFromMTargetOS() 1790 static DarwinPlatform createOSVersionArg(DarwinPlatformKind Platform, Arg *A, in createOSVersionArg() argument 1792 DarwinPlatform Result{OSVersionArg, Platform, A}; in createOSVersionArg() 1797 static DarwinPlatform createDeploymentTargetEnv(DarwinPlatformKind Platform, in createDeploymentTargetEnv() argument 1800 DarwinPlatform Result(DeploymentTargetEnv, Platform, Value); in createDeploymentTargetEnv() 1804 static DarwinPlatform createFromSDK(DarwinPlatformKind Platform, in createFromSDK() argument [all …]
|