Searched refs:getPlatformFromOS (Results 1 – 1 of 1) sorted by relevance
1771 DarwinPlatform Result(TargetArg, getPlatformFromOS(TT.getOS()), OSVersion, in createFromTarget()1784 DarwinPlatform Result(MTargetOSArg, getPlatformFromOS(OS), in createFromMTargetOS()1815 return DarwinPlatform(InferredFromArch, getPlatformFromOS(OS), Value); in createFromArch()1839 static DarwinPlatformKind getPlatformFromOS(llvm::Triple::OSType OS) { in getPlatformFromOS() function