Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86Subtarget.h817 bool isTargetCygMing() const { return TargetTriple.isOSCygMing(); } in isTargetCygMing()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDTriple.h571 bool isOSCygMing() const { in isOSCygMing() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
HDX86MCTargetDesc.cpp67 if (TT.isOSCygMing()) in getDwarfRegFlavour()
339 } else if (TheTriple.isOSCygMing() || in createX86MCAsmInfo()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/lli/
HDlli.cpp524 if (RemoteMCJIT && Triple(Mod->getTargetTriple()).isOSCygMing()) { in main()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDCommonArgs.cpp1197 !TC.getTriple().isAndroid() && !TC.getTriple().isOSCygMing(); in AddUnwindLibrary()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDTargetLibraryInfo.cpp178 if (T.isOSWindows() && !T.isOSCygMing()) { in initialize()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetLoweringObjectFileImpl.cpp1572 if (T.isOSCygMing()) in lowerRelativeReference()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDItaniumCXXABI.cpp3714 if (TI.getTriple().isOSCygMing() && TI.getPointerWidth(0) > TI.getLongWidth()) in BuildVMIClassTypeInfo()
HDTargetInfo.cpp9984 bool IsWin32FloatStructABI = Triple.isOSWindows() && !Triple.isOSCygMing(); in getTargetCodeGenInfo()