Home
last modified time | relevance | path

Searched refs:Hurd (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHurd.cpp30 std::string Hurd::getMultiarchTriple(const Driver &D, in getMultiarchTriple()
72 Hurd::Hurd(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) in Hurd() function in Hurd
128 bool Hurd::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport()
130 Tool *Hurd::buildLinker() const { return new tools::gnutools::Linker(*this); } in buildLinker()
132 Tool *Hurd::buildAssembler() const { in buildAssembler()
136 std::string Hurd::getDynamicLinker(const ArgList &Args) const { in getDynamicLinker()
149 void Hurd::AddClangSystemIncludeArgs(const ArgList &DriverArgs, in AddClangSystemIncludeArgs()
203 void Hurd::addLibStdCxxIncludePaths(const llvm::opt::ArgList &DriverArgs, in addLibStdCxxIncludePaths()
218 void Hurd::addExtraOpts(llvm::opt::ArgStringList &CmdArgs) const { in addExtraOpts()
H A DHurd.h19 class LLVM_LIBRARY_VISIBILITY Hurd : public Generic_ELF {
21 Hurd(const Driver &D, const llvm::Triple &Triple,
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h239 Hurd, // GNU/Hurd enumerator
739 return getOS() == Triple::Hurd; in isOSHurd()
755 getOS() == Triple::Hurd) && in isOSGlibc()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DInitHeaderSearch.cpp221 case llvm::Triple::Hurd: in ShouldAddDefaultIncludePaths()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp598 case llvm::Triple::Hurd: in AllocateTarget()
661 case llvm::Triple::Hurd: in AllocateTarget()
/freebsd/contrib/file/magic/Magdir/
H A Delf363 >7 byte 4 (GNU/Hurd)
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp297 case Hurd: return "hurd"; in getOSTypeName()
713 .StartsWith("hurd", Triple::Hurd) in parseOS()
/freebsd/contrib/ntp/sntp/m4/
H A Dopenldap-thread-check.m4453 dnl Hurd variant of Mach Cthreads
/freebsd/contrib/bmake/
H A Dconfigure.in250 dnl Hurd refuses to define PATH_MAX or MAXPATHLEN
H A DChangeLog3562 and discard if not. Apparently needed for Hurd.
3611 Hurd)
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc62 // For GNU Hurd
267 // GNU/Hurd, /proc/self/exe is a symlink to the path that was used to start
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h1472 return Triple::Hurd; in getOS()
/freebsd/share/misc/
H A Dcommitters-ports.dot121 shurd [label="Stephen Hurd\nshurd@FreeBSD.org\n2014/06/14\n2021/06/07"]
H A Dcommitters-src.dot366 shurd [label="Stephen Hurd\nshurd@FreeBSD.org\n2017/09/02"]
/freebsd/contrib/mandoc/
H A DTODO761 Found by Aaron M. Ucko in the GNU Hurd via Bdale Garbee,
/freebsd/contrib/libarchive/
H A DNEWS312 Feb, 2009: High-res timestamps on Tru64, AIX, and GNU Hurd, by Björn Jacke.
/freebsd/usr.bin/calendar/calendars/
H A Dcalendar.freebsd495 12/19 Stephen Hurd <shurd@FreeBSD.org> born in Estevan, Saskatchewan, Canada, 1975
/freebsd/sys/contrib/zstd/
H A DCHANGELOG674 Fixed : compatibility with Hurd, by Przemyslaw Skibinski (#365)
/freebsd/lib/clang/libclang/
H A DMakefile421 SRCS_MIN+= Driver/ToolChains/Hurd.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp6918 case llvm::Triple::Hurd: in getToolChain()
6919 TC = std::make_unique<toolchains::Hurd>(*this, Target, Args); in getToolChain()
/freebsd/contrib/less/
H A DNEWS1570 * Ported to GNU Hurd.
/freebsd/contrib/libpcap/
H A DCHANGES1056 Treat Debian/kFreeBSD and GNU/Hurd as systems with GNU
/freebsd/sys/contrib/zlib/
H A DChangeLog956 - Support shared libraries on Hurd and KFreeBSD [Brown]
/freebsd/crypto/openssh/
H A Dconfigure.ac1466 dnl GNU Hurd. Needs to be after the linux and the other *-gnu entries.
/freebsd/contrib/ncurses/
H A DNEWS9443 + modify CF_XOPEN_SOURCE configure macro to make Hurd port build
10671 Hurd <deuce@lordlegacy.org> in newsgroup lucky.freebsd.bugs) -TD
12772 + change shared-library versioning for the Hurd to be like Linux rather
13052 + modify configure script for GNU/Hurd share-library support, introduce

12