HomeSort by: relevance | last modified time | path
    Searched refs:Hurd (Results 1 - 15 of 15) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Hurd.cpp 1 //===--- Hurd.cpp - Hurd ToolChain Implementations --------*- C++ -*-===//
9 #include "Hurd.h"
30 std::string Hurd::getMultiarchTriple(const Driver &D,
35 // common hurd triples that don't quite match the Clang triple for both
64 Hurd::Hurd(const Driver &D, const llvm::Triple &Triple, const ArgList &Args)
120 bool Hurd::HasNativeLLVMSupport() const { return true; }
122 Tool *Hurd::buildLinker() const { return new tools::gnutools::Linker(*this); }
124 Tool *Hurd::buildAssembler() const
    [all...]
Hurd.h 1 //===--- Hurd.h - Hurd ToolChain Implementations ----------*- C++ -*-===//
19 class LLVM_LIBRARY_VISIBILITY Hurd : public Generic_ELF {
21 Hurd(const Driver &D, const llvm::Triple &Triple,
  /src/external/apache2/llvm/lib/libclangDriver/
Makefile 50 Hurd.cpp \
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h 199 Hurd, // GNU/Hurd
604 /// Tests whether the OS is Hurd.
606 return getOS() == Triple::Hurd;
622 getOS() == Triple::Hurd) &&
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
InitHeaderSearch.cpp 271 case llvm::Triple::Hurd:
383 case llvm::Triple::Hurd:
426 case llvm::Triple::Hurd:
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Triple.cpp 206 case Hurd: return "hurd";
538 .StartsWith("hurd", Triple::Hurd)
  /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Path.inc 64 // For GNU Hurd
262 // GNU/Hurd, /proc/self/exe is a symlink to the path that was used to start
  /src/external/apache2/llvm/dist/clang/lib/Basic/
Targets.cpp 539 case llvm::Triple::Hurd:
  /src/external/apache2/llvm/dist/clang/lib/Driver/
Driver.cpp 30 #include "ToolChains/Hurd.h"
450 // GNU/Hurd's triples should have been -hurd-gnu*, but were historically made
452 // being the Hurd OS.
455 Target.setOSName("hurd");
5325 case llvm::Triple::Hurd:
5326 TC = std::make_unique<toolchains::Hurd>(*this, Target, Args);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
parallelism.d 1042 else version (Hurd)
file.d 3577 else version (Hurd)
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
systime.d 393 else version (Hurd)
399 import core.sys.hurd.time : CLOCK_REALTIME_COARSE;
  /src/external/gpl3/gdb/dist/gnulib/
configure 25499 gnu*) # On Hurd, it is 'yes'.
25586 /* The Hurd doesn't define this, so getcwd can't exhibit the bug --
  /src/external/gpl3/gdb.old/dist/gnulib/
configure 25499 gnu*) # On Hurd, it is 'yes'.
25586 /* The Hurd doesn't define this, so getcwd can't exhibit the bug --
  /src/share/terminfo/
terminfo 1321 # Source: git://git.sv.gnu.org/hurd/gnumach.git
1342 # http://git.savannah.gnu.org/cgit/hurd/hurd.git/log/console/
1346 # hurd uses 8-bit characters (km).
1350 # Regarding compatibility to vt100: hurd doesn't specify <xenl>, as we don't
1354 # hurd uses ^H instead of \E[D for cub1, as only ^H implements <bw> and it is
1357 # <ich1> is not included because hurd has insert mode.
1359 # hurd doesn't use ^J for scrolling, because this could put things into the
1368 hurd|The GNU Hurd console server
    [all...]

Completed in 89 milliseconds