Searched refs:PlatformEnv (Results 1 – 1 of 1) sorted by relevance
86 SmallString<128> PlatformEnv = Target.getTriple().getOSAndEnvironmentName(); in isPlatformEnvironment() local93 if (Target.getTriple().isOSDarwin() && PlatformEnv.endswith("simulator")) in isPlatformEnvironment()94 return PlatformEnv == Feature || CmpPlatformEnv(PlatformEnv, Feature); in isPlatformEnvironment()96 return PlatformEnv == Feature; in isPlatformEnvironment()