Searched refs:isGNUEnvironment (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h522 bool isGNUEnvironment() const { function in class:llvm::Triple
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp60 return TT.isGNUEnvironment() || TT.isMusl();
451 if (!T.isOSLinux() || !T.isGNUEnvironment()) {
520 if ((T.isOSLinux() && T.isGNUEnvironment()) ||
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DMips.cpp32 Triple.isGNUEnvironment()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp69 if (T.isGNUEnvironment() || T.isWindowsMSVCEnvironment() || T.isAndroid())
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.cpp1435 TargetTriple.isGNUEnvironment())
1440 TargetTriple.isGNUEnvironment())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp199 if (TT.isGNUEnvironment() || TT.isOSFuchsia() ||
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp14417 if ((Trip.isGNUEnvironment() || Trip.isAndroid() || Trip.isOSMSVCRT()) &&

Completed in 379 milliseconds