Searched refs:Cygwin (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DTriple.h88 Cygwin, enumerator in enum:llvm::Triple::OSType
311 /// \brief Tests for either Cygwin or MinGW OS
313 return getOS() == Triple::Cygwin || getOS() == Triple::MinGW32;
/freebsd-10.0-release/crypto/openssl/util/
H A Dcygwin.sh4 # the Cygwin net distribution version of OpenSSL
68 README_DIR=${INSTALL_PREFIX}/usr/share/doc/Cygwin
73 The Cygwin version has been built using the following configure:
/freebsd-10.0-release/contrib/llvm/lib/Support/Unix/
H A DProcess.inc91 // On Cygwin, getpagesize() returns 64k but the page size for the purposes of
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp206 TheTriple.getOS() == Triple::Cygwin)
281 } else if (TheTriple.getOS() == Triple::MinGW32 || TheTriple.getOS() == Triple::Cygwin) {
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86Subtarget.h309 bool isTargetCygwin() const { return TargetTriple.getOS() == Triple::Cygwin; }
323 // FIXME: Cygwin is included for isTargetWin64 -- should it be included
/freebsd-10.0-release/crypto/openssh/contrib/cygwin/
H A DMakefile10 cygdocdir=$(docdir)/Cygwin
77 @echo "Cygwin specific configuration finished."
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DTriple.cpp117 case Cygwin: return "cygwin";
269 .StartsWith("cygwin", Triple::Cygwin)
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DInitHeaderSearch.cpp311 case llvm::Triple::Cygwin:
387 case llvm::Triple::Cygwin:
388 // Cygwin-1.7
391 // g++-4 / Cygwin-1.5
/freebsd-10.0-release/contrib/llvm/lib/MC/
H A DMCObjectFileInfo.cpp674 (T.getOS() == Triple::MinGW32 || T.getOS() == Triple::Cygwin ||
/freebsd-10.0-release/contrib/binutils/
H A DMakefile.def464 // built newlib on some targets (e.g. Cygwin). It still needs
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp5163 case llvm::Triple::Cygwin:
5192 case llvm::Triple::Cygwin:
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DTargets.cpp3038 // x86-32 Cygwin target
5447 case llvm::Triple::Cygwin:
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Driver/
H A DTools.cpp3001 getToolChain().getTriple().getOS() != llvm::Triple::Cygwin &&
/freebsd-10.0-release/contrib/ncurses/misc/
H A Dterminfo.src5191 cygwin|ansi emulation for Cygwin,
5224 cygwinDBG|Debug Version for Cygwin,

Completed in 245 milliseconds