Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Basic/
DModule.cpp86 SmallString<128> PlatformEnv = Target.getTriple().getOSAndEnvironmentName(); in isPlatformEnvironment() local
93 if (Target.getTriple().isOSDarwin() && PlatformEnv.endswith("simulator")) in isPlatformEnvironment()
94 return PlatformEnv == Feature || CmpPlatformEnv(PlatformEnv, Feature); in isPlatformEnvironment()
96 return PlatformEnv == Feature; in isPlatformEnvironment()