Searched refs:PlatformEnv (Results 1 – 1 of 1) sorted by relevance
80 SmallString<128> PlatformEnv = Target.getTriple().getOSAndEnvironmentName(); in isPlatformEnvironment() local87 if (Target.getTriple().isOSDarwin() && PlatformEnv.ends_with("simulator")) in isPlatformEnvironment()88 return PlatformEnv == Feature || CmpPlatformEnv(PlatformEnv, Feature); in isPlatformEnvironment()90 return PlatformEnv == Feature; in isPlatformEnvironment()