Home
last modified time | relevance | path

Searched refs:PlatformEnv (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp80 SmallString<128> PlatformEnv = Target.getTriple().getOSAndEnvironmentName(); in isPlatformEnvironment() local
87 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()