Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h664 bool isWindowsGNUEnvironment() const { in isWindowsGNUEnvironment() function
670 return isWindowsCygwinEnvironment() || isWindowsGNUEnvironment(); in isOSCygMing()
675 return isWindowsMSVCEnvironment() || isWindowsGNUEnvironment() || in isOSMSVCRT()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp207 if (TT.isWindowsGNUEnvironment() && GV->isDeclarationForLinker() && in shouldAssumeDSOLocal()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumCXXABI.cpp240 if (!isVariadic && T.isWindowsGNUEnvironment() && in getDefaultMethodCallConv()
H A DRecordLayoutBuilder.cpp1963 if (!Context.getTargetInfo().getTriple().isWindowsGNUEnvironment()) in LayoutField()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h313 return TargetTriple.isWindowsGNUEnvironment(); in isTargetWindowsGNU()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMangler.cpp226 if (TT.isWindowsGNUEnvironment() || TT.isWindowsCygwinEnvironment()) { in emitLinkerFlagsForGlobalCOFF()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp945 if (TI.getTriple().isWindowsGNUEnvironment()) { in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp663 ? (TT.isWindowsGNUEnvironment() ? ".dll.a" : ".lib") in buildCompilerRTBasename()
H A DDriver.cpp632 if (Target.isWindowsGNUEnvironment()) in computeTargetTriple()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp8617 Context.getTargetInfo().getTriple().isWindowsGNUEnvironment()); in CheckSpecializationInstantiationRedecl()
9448 !Context.getTargetInfo().getTriple().isWindowsGNUEnvironment()) { in ActOnExplicitInstantiation()
9512 Context.getTargetInfo().getTriple().isWindowsGNUEnvironment()) { in ActOnExplicitInstantiation()
9678 Context.getTargetInfo().getTriple().isWindowsGNUEnvironment() && in ActOnExplicitInstantiation()
H A DSemaDeclCXX.cpp6150 if (S.Context.getTargetInfo().getTriple().isWindowsGNUEnvironment()) in ReferenceDllExportedMembers()
6452 !Context.getTargetInfo().getTriple().isWindowsGNUEnvironment()) { in checkClassLevelDLLAttribute()
H A DSemaDecl.cpp12381 if (T.isWindowsGNUEnvironment()) in isDefaultStdCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1952 !TM.getTargetTriple().isWindowsGNUEnvironment() && in insertSSPDeclarations()
H A DTargetLoweringObjectFileImpl.cpp1756 if (getContext().getTargetTriple().isWindowsGNUEnvironment()) in SelectSectionForGlobal()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp3737 if (CGM.getTriple().isWindowsGNUEnvironment()) in ShouldUseExternalRTTIDescriptor()
4019 .isWindowsGNUEnvironment()) in getTypeInfoLinkage()
H A DCodeGenModule.cpp1640 if (TT.isWindowsGNUEnvironment()) { in shouldAssumeDSOLocal()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp1386 IsMingw64(getTarget().getTriple().isWindowsGNUEnvironment()) {} in WinX86_64ABIInfo()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp5931 Triple.isWindowsGNUEnvironment())) { in ConstructJob()
5935 if (Triple.isWindowsGNUEnvironment()) { in ConstructJob()