Home
last modified time | relevance | path

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

123456

/netbsd/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/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/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/external/apache2/llvm/lib/libclangDriver/
H A DMakefile50 Hurd.cpp \
/netbsd/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dgetcwd-path-max.m480 /* The Hurd doesn't define this, so getcwd can't exhibit the bug --
224 gnu*) # On Hurd, it is 'yes'.
H A Dthreadlib.m4568 dnl GNU Hurd/glibc posix
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/m4/
H A Dgetcwd-path-max.m480 /* The Hurd doesn't define this, so getcwd can't exhibit the bug --
224 gnu*) # On Hurd, it is 'yes'.
H A Dthreadlib.m4568 dnl GNU Hurd/glibc posix
/netbsd/external/apache2/llvm/dist/clang/lib/Driver/
H A DCMakeLists.txt58 ToolChains/Hurd.cpp
/netbsd/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/Driver/
H A DBUILD.gn75 "ToolChains/Hurd.cpp",
/netbsd/external/gpl2/gettext/dist/autoconf-lib-link/m4/
H A DChangeLog62 on Hurd and on GNU/k*BSD as on Linux.
/netbsd/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/crypto/external/cpl/tpm-tools/dist/m4/
H A Dlock.m4245 dnl GNU Hurd/glibc posix
/netbsd/external/gpl2/gettext/dist/gettext-runtime/m4/
H A Dlock.m4267 dnl GNU Hurd/glibc posix
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dconfigure.tgt323 # Target: Intel 386 running the GNU Hurd
799 *-*-*-gnu*) ;; # prevent non-GNU kernels to match the Hurd rule below
H A Dconfigure.nat215 # Host: Intel 386 running the GNU Hurd
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dconfigure.tgt323 # Target: Intel 386 running the GNU Hurd
799 *-*-*-gnu*) ;; # prevent non-GNU kernels to match the Hurd rule below
H A Dconfigure.nat215 # Host: Intel 386 running the GNU Hurd
/netbsd/external/bsd/file/dist/magic/magdir/
H A Delf355 >7 byte 4 (GNU/Hurd)
/netbsd/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/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargets.cpp539 case llvm::Triple::Hurd: in AllocateTarget()
/netbsd/external/bsd/ntp/dist/sntp/m4/
H A Dopenldap-thread-check.m4453 dnl Hurd variant of Mach Cthreads
/netbsd/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/external/bsd/nsd/dist/
H A Dconfigure.ac744 AC_DEFINE([_GNU_SOURCE, 1, [Define this if on Linux or GNU Hurd for cpu affinity interface]])
806 # also needs _GNU_SOURCE on Linux and Hurd; see above.

123456