Home
last modified time | relevance | path

Searched refs:isWindowsGNUEnvironment (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h707 bool isWindowsGNUEnvironment() const { in isWindowsGNUEnvironment() function
713 return isWindowsCygwinEnvironment() || isWindowsGNUEnvironment(); in isOSCygMing()
718 return isWindowsMSVCEnvironment() || isWindowsGNUEnvironment() || in isOSMSVCRT()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.cpp282 if (Triple.isWindowsGNUEnvironment()) in addWindowsDefines()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumCXXABI.cpp239 if (!isVariadic && T.isWindowsGNUEnvironment() && in getDefaultMethodCallConv()
H A DRecordLayoutBuilder.cpp1956 if (!Context.getTargetInfo().getTriple().isWindowsGNUEnvironment()) in LayoutField()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMangler.cpp226 if (TT.isWindowsGNUEnvironment() || TT.isWindowsCygwinEnvironment()) { in emitLinkerFlagsForGlobalCOFF()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h321 return TargetTriple.isWindowsGNUEnvironment(); in isTargetWindowsGNU()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp955 if (TI.getTriple().isWindowsGNUEnvironment()) { in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.cpp1533 if (tt.isWindowsGNUEnvironment()) { in shouldAssumeDSOLocal()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp746 Suffix = TT.isWindowsGNUEnvironment() ? ".dll.a" : ".lib"; in buildCompilerRTBasename()
H A DDriver.cpp772 if (Target.isWindowsGNUEnvironment()) in computeTargetTriple()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp2082 bool IgnoreVendor = isWindowsGNUEnvironment(); in isCompatibleWith()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2056 !TM.getTargetTriple().isWindowsGNUEnvironment() && in insertSSPDeclarations()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp1394 IsMingw64(getTarget().getTriple().isWindowsGNUEnvironment()) {} in WinX86_64ABIInfo()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp5962 Triple.isWindowsGNUEnvironment())) { in ConstructJob()
5966 if (Triple.isWindowsGNUEnvironment()) { in ConstructJob()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp12591 if (T.isWindowsGNUEnvironment()) in isDefaultStdCall()