Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86Subtarget.h868 bool isTargetCygMing() const { return TargetTriple.isOSCygMing(); } in isTargetCygMing()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTriple.h579 bool isOSCygMing() const { in isOSCygMing() function
/netbsd/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1403 if (D.CCCIsCXX() && !TC.getTriple().isOSCygMing()) in getLibGccType()
1432 !TC.getTriple().isAndroid() && !TC.getTriple().isOSCygMing(); in AddUnwindLibrary()
1449 else if (TC.getTriple().isOSCygMing()) { in AddUnwindLibrary()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-config/
H A Dllvm-config.cpp383 if (HostTriple.isOSCygMing()) { in main()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp65 if (TT.isOSCygMing()) in getDwarfRegFlavour()
339 } else if (TheTriple.isOSCygMing() || in createX86MCAsmInfo()
/netbsd/external/apache2/llvm/dist/llvm/tools/lli/
H A Dlli.cpp591 if (RemoteMCJIT && Triple(Mod->getTargetTriple()).isOSCygMing()) { in main()
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp222 if (T.isOSWindows() && !T.isOSCygMing()) { in initialize()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1887 if (T.isOSCygMing()) in lowerRelativeReference()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp4029 if (TI.getTriple().isOSCygMing() && TI.getPointerWidth(0) > TI.getLongWidth()) in BuildVMIClassTypeInfo()
H A DTargetInfo.cpp11142 bool IsWin32FloatStructABI = Triple.isOSWindows() && !Triple.isOSCygMing(); in getTargetCodeGenInfo()