Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h616 bool isWindowsGNUEnvironment() const { in isWindowsGNUEnvironment() function
622 return isWindowsCygwinEnvironment() || isWindowsGNUEnvironment(); in isOSCygMing()
627 return isWindowsMSVCEnvironment() || isWindowsGNUEnvironment() || in isOSMSVCRT()
/openbsd/gnu/llvm/llvm/lib/Target/
H A DTargetMachine.cpp118 if (TT.isWindowsGNUEnvironment() && GV->isDeclarationForLinker() && in shouldAssumeDSOLocal()
/openbsd/gnu/llvm/clang/lib/Basic/Targets/
H A DOSTargets.cpp254 if (Triple.isWindowsGNUEnvironment()) in addWindowsDefines()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DMangler.cpp223 if (TT.isWindowsGNUEnvironment() || TT.isWindowsCygwinEnvironment()) { in emitLinkerFlagsForGlobalCOFF()
/openbsd/gnu/llvm/clang/lib/AST/
H A DItaniumCXXABI.cpp240 if (!isVariadic && T.isWindowsGNUEnvironment() && in getDefaultMethodCallConv()
H A DRecordLayoutBuilder.cpp1957 if (!Context.getTargetInfo().getTriple().isWindowsGNUEnvironment()) in LayoutField()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86Subtarget.h316 return TargetTriple.isWindowsGNUEnvironment(); in isTargetWindowsGNU()
/openbsd/gnu/llvm/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp198 if (T.isWindowsGNUEnvironment()) in getMingwTriple()
/openbsd/gnu/llvm/clang/lib/Driver/
H A DToolChain.cpp530 ? (TT.isWindowsGNUEnvironment() ? ".dll.a" : ".lib") in buildCompilerRTBasename()
H A DDriver.cpp630 if (Target.isWindowsGNUEnvironment()) in computeTargetTriple()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaTemplate.cpp9105 Context.getTargetInfo().getTriple().isWindowsGNUEnvironment()); in CheckSpecializationInstantiationRedecl()
9918 !Context.getTargetInfo().getTriple().isWindowsGNUEnvironment()) { in ActOnExplicitInstantiation()
9982 Context.getTargetInfo().getTriple().isWindowsGNUEnvironment()) { in ActOnExplicitInstantiation()
10149 Context.getTargetInfo().getTriple().isWindowsGNUEnvironment() && in ActOnExplicitInstantiation()
H A DSemaDeclCXX.cpp6101 if (S.Context.getTargetInfo().getTriple().isWindowsGNUEnvironment()) in ReferenceDllExportedMembers()
6393 !Context.getTargetInfo().getTriple().isWindowsGNUEnvironment()) { in checkClassLevelDLLAttribute()
H A DSemaDecl.cpp12116 if (T.isWindowsGNUEnvironment()) in isDefaultStdCall()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1982 !TM.getTargetTriple().isWindowsGNUEnvironment() && in insertSSPDeclarations()
H A DTargetLoweringObjectFileImpl.cpp1729 if (getContext().getTargetTriple().isWindowsGNUEnvironment()) in SelectSectionForGlobal()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp3394 if (CGM.getTriple().isWindowsGNUEnvironment()) in ShouldUseExternalRTTIDescriptor()
3667 .isWindowsGNUEnvironment()) in getTypeInfoLinkage()
H A DCodeGenModule.cpp1155 if (TT.isWindowsGNUEnvironment()) { in shouldAssumeDSOLocal()
H A DTargetInfo.cpp2440 IsMingw64(getTarget().getTriple().isWindowsGNUEnvironment()) {} in WinX86_64ABIInfo()
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DClang.cpp5430 Triple.isWindowsGNUEnvironment())) { in ConstructJob()