Searched refs:OSEnv (Results 1 – 1 of 1) sorted by relevance
2233 StringRef OSEnv = TargetTriple.getOSAndEnvironmentName(); in init() local2235 OSEnv = "linux-gnu"; in init()2236 TripleNoVendor = (TargetTriple.getArchName().str() + '-' + OSEnv).str(); in init()2240 (BiarchVariantTriple.getArchName().str() + '-' + OSEnv).str(); in init()