Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp233 if (TT.isOSCygMing() && GV->isDeclarationForLinker() && in shouldAssumeDSOLocal()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMangler.cpp258 if (GV->hasHiddenVisibility() && !GV->isDeclaration() && TT.isOSCygMing()) { in emitLinkerFlagsForGlobalCOFF()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h328 bool isTargetCygMing() const { return TargetTriple.isOSCygMing(); } in isTargetCygMing()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp591 if (RemoteMCJIT && Mod->getTargetTriple().isOSCygMing()) { in main()
1087 if (J->getTargetTriple().isOSCygMing()) in runOrcJIT()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp67 if (TT.isOSCygMing()) in getDwarfRegFlavour()
453 } else if (TheTriple.isOSCygMing() || in createX86MCAsmInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h712 bool isOSCygMing() const { in isOSCygMing() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp161 if (T.isOSCygMing()) in getObjCPersonality()
219 return Target.getTriple().isOSCygMing() ? EHPersonality::GNU_CPlusPlus_SEH in getObjCXXPersonality()
H A DItaniumCXXABI.cpp3772 if (CGM.getTriple().isOSCygMing()) in ShouldUseExternalRTTIDescriptor()
4060 !CGM.getContext().getTargetInfo().getTriple().isOSCygMing()) in getTypeInfoLinkage()
4456 if (TI.getTriple().isOSCygMing() && in BuildVMIClassTypeInfo()
H A DCodeGenModule.cpp251 bool IsWin32FloatStructABI = Triple.isOSWindows() && !Triple.isOSCygMing(); in createTargetCodeGenInfo()
1807 if (TT.isOSCygMing()) { in shouldAssumeDSOLocal()
H A DCGObjCGNU.cpp2362 cgm.getContext().getTargetInfo().getTriple().isOSCygMing() && in CGObjCGNU()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1989 if (Triple.isOSWindows() && !Triple.isOSCygMing() && LastPICArg && in ParsePICArgs()
2307 !TC.getTriple().isOSCygMing() && !TC.getTriple().isOSAIX(); in AddUnwindLibrary()
2330 if (TC.getTriple().isOSCygMing()) in AddUnwindLibrary()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1816 if (getContext().getTargetTriple().isOSCygMing()) in SelectSectionForGlobal()
2072 if (T.isOSCygMing()) in lowerRelativeReference()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp281 if (T.isOSWindows() && !T.isOSCygMing()) { in initializeLibCalls()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.td26 : RuntimeLibcallPredicate<"!TT.isOSWindows() || TT.isOSCygMing()">;
2099 : RuntimeLibcallPredicate<[{(!TT.isOSWindows() || TT.isOSCygMing()) && !TT.isGNUEnvironment()}]>;
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp2262 (isOSCygMing() || isWindowsItaniumEnvironment())) in getDefaultExceptionHandling()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp9105 PrevDecl, Context.getTargetInfo().getTriple().isOSCygMing()); in CheckSpecializationInstantiationRedecl()
9975 !Context.getTargetInfo().getTriple().isOSCygMing()) { in ActOnExplicitInstantiation()
10040 Context.getTargetInfo().getTriple().isOSCygMing()) { in ActOnExplicitInstantiation()
10208 Context.getTargetInfo().getTriple().isOSCygMing() && in ActOnExplicitInstantiation()
H A DSemaDeclCXX.cpp6258 if (S.Context.getTargetInfo().getTriple().isOSCygMing()) in ReferenceDllExportedMembers()
6560 !Context.getTargetInfo().getTriple().isOSCygMing()) { in checkClassLevelDLLAttribute()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp174 CGT.getTarget().getTriple().isOSCygMing()), in X86_32ABIInfo()