Searched refs:OSEnv (Results 1 – 1 of 1) sorted by relevance
2109 StringRef OSEnv = TargetTriple.getOSAndEnvironmentName(); in init() local2111 OSEnv = "linux-gnu"; in init()2112 TripleNoVendor = (TargetTriple.getArchName().str() + '-' + OSEnv).str(); in init()2116 (BiarchVariantTriple.getArchName().str() + '-' + OSEnv).str(); in init()