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

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
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,
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...]
  /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) &&

Completed in 26 milliseconds