Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp112 return TT.isGNUEnvironment() || TT.isMusl(); in hasBcmp()
616 if (!T.isOSLinux() || !T.isGNUEnvironment()) { in initialize()
688 if ((T.isOSLinux() && T.isGNUEnvironment()) || in initialize()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DMips.cpp32 Triple.isGNUEnvironment()) { in getMipsCPUAndABI()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp103 if (T.isGNUEnvironment() || T.isWindowsMSVCEnvironment() || T.isAndroid() || in TargetInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h579 bool isGNUEnvironment() const { in isGNUEnvironment() function
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp97 if (TargetTriple.isGNUEnvironment()) { in getMultiarchTriple()
H A DGnu.cpp1564 TargetTriple.isGNUEnvironment()) in findMIPSMultilibs()
1569 TargetTriple.isGNUEnvironment()) in findMIPSMultilibs()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp195 if (TT.isGNUEnvironment() || TT.isOSFuchsia() || in InitLibcalls()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp16726 if ((Trip.isGNUEnvironment() || Trip.isOSMSVCRT()) && in AddKnownFunctionAttributes()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp2606 if (Trip.isGNUEnvironment() || Trip.isOSMSVCRT()) in EmitBuiltinExpr()