Searched refs:isGNUEnvironment (Results 1 – 9 of 9) sorted by relevance
29 if (TT.getArch() == Triple::ArchType::x86_64 && TT.isGNUEnvironment()) { in initLibcalls()172 if (TT.isGNUEnvironment() || TT.isOSFuchsia() || in initLibcalls()
115 return TT.isGNUEnvironment() || TT.isMusl(); in hasBcmp()629 if (!T.isOSLinux() || !T.isGNUEnvironment()) { in initializeLibCalls()701 if ((T.isOSLinux() && T.isGNUEnvironment()) || in initializeLibCalls()
32 Triple.isGNUEnvironment()) { in getMipsCPUAndABI()
103 if (T.isGNUEnvironment() || T.isWindowsMSVCEnvironment() || T.isAndroid() || in TargetInfo()
610 bool isGNUEnvironment() const { in isGNUEnvironment() function
100 if (TargetTriple.isGNUEnvironment()) { in getMultiarchTriple()
1569 TargetTriple.isGNUEnvironment()) in findMIPSMultilibs()1574 TargetTriple.isGNUEnvironment()) in findMIPSMultilibs()
16505 if ((Trip.isGNUEnvironment() || Trip.isOSMSVCRT()) && in AddKnownFunctionAttributes()
2617 if (Trip.isGNUEnvironment() || Trip.isOSMSVCRT()) in EmitBuiltinExpr()