Home
last modified time | relevance | path

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

12345

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DHurd.cpp30 std::string Hurd::getMultiarchTriple(const Driver &D, in getMultiarchTriple()
64 Hurd::Hurd(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) in Hurd() function in Hurd
120 bool Hurd::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport()
122 Tool *Hurd::buildLinker() const { return new tools::gnutools::Linker(*this); } in buildLinker()
124 Tool *Hurd::buildAssembler() const { in buildAssembler()
128 std::string Hurd::getDynamicLinker(const ArgList &Args) const { in getDynamicLinker()
135 void Hurd::AddClangSystemIncludeArgs(const ArgList &DriverArgs, in AddClangSystemIncludeArgs()
189 void Hurd::addLibStdCxxIncludePaths(const llvm::opt::ArgList &DriverArgs, in addLibStdCxxIncludePaths()
204 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,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTriple.h199 Hurd, // GNU/Hurd enumerator
606 return getOS() == Triple::Hurd; in isOSHurd()
622 getOS() == Triple::Hurd) && in isOSGlibc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitHeaderSearch.cpp271 case llvm::Triple::Hurd: in AddDefaultCIncludePaths()
383 case llvm::Triple::Hurd: in AddDefaultCPlusPlusIncludePaths()
426 case llvm::Triple::Hurd: in AddDefaultIncludePaths()
/netbsd-src/external/apache2/llvm/lib/libclangDriver/
H A DMakefile50 Hurd.cpp \
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dgetcwd-path-max.m479 /* The Hurd doesn't define this, so getcwd can't exhibit the bug --
223 gnu*) # On Hurd, it is 'yes'.
H A Dthreadlib.m4621 dnl GNU Hurd/glibc posix -lpthread Y OK
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DCMakeLists.txt58 ToolChains/Hurd.cpp
H A DDriver.cpp5325 case llvm::Triple::Hurd: in getToolChain()
5326 TC = std::make_unique<toolchains::Hurd>(*this, Target, Args); in getToolChain()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/Driver/
H A DBUILD.gn75 "ToolChains/Hurd.cpp",
/netbsd-src/external/gpl2/gettext/dist/autoconf-lib-link/m4/
H A DChangeLog62 on Hurd and on GNU/k*BSD as on Linux.
/netbsd-src/external/gpl2/xcvs/dist/m4/
H A Dgetcwd-path-max.m467 /* The Hurd doesn't define this, so getcwd can't exhibit the bug --
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/m4/
H A Dlock.m4267 dnl GNU Hurd/glibc posix
/netbsd-src/crypto/external/cpl/tpm-tools/dist/m4/
H A Dlock.m4245 dnl GNU Hurd/glibc posix
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Delf363 >7 byte 4 (GNU/Hurd)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DTriple.cpp206 case Hurd: return "hurd"; in getOSTypeName()
538 .StartsWith("hurd", Triple::Hurd) in parseOS()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargets.cpp539 case llvm::Triple::Hurd: in AllocateTarget()
/netbsd-src/external/bsd/ntp/dist/sntp/m4/
H A Dopenldap-thread-check.m4453 dnl Hurd variant of Mach Cthreads
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DPath.inc64 // For GNU Hurd
262 // GNU/Hurd, /proc/self/exe is a symlink to the path that was used to start
/netbsd-src/external/bsd/nsd/dist/
H A Dconfigure.ac739 AC_DEFINE([_GNU_SOURCE, 1, [Define this if on Linux or GNU Hurd for cpu affinity interface]])
801 # also needs _GNU_SOURCE on Linux and Hurd; see above.
/netbsd-src/external/bsd/mdocml/dist/
H A DTODO514 Found by Aaron M. Ucko in the GNU Hurd via Bdale Garbee,
/netbsd-src/external/gpl3/gcc.old/dist/
H A DMAINTAINERS130 GNU/Hurd Thomas Schwinge <thomas@schwinge.name>
/netbsd-src/external/gpl3/gcc/dist/
H A DMAINTAINERS142 GNU/Hurd Thomas Schwinge <thomas@schwinge.name>
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A DCHANGELOG490 - add `freebsdelf*', `freebsdaout*', Hurd, `sysv4*', `sysv5*', `dgux*'
/netbsd-src/external/bsd/less/dist/
H A DNEWS1024 * Ported to GNU Hurd.

12345