Searched refs:Hurd (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHurd.cpp1 //===--- Hurd.cpp - Hurd ToolChain Implementations --------*- C++ -*-===//
9 #include "Hurd.h"
30 std::string Hurd::getMultiarchTriple(const Driver &D,
72 Hurd::Hurd(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) function in class:Hurd
128 bool Hurd::HasNativeLLVMSupport() const { return true; }
130 Tool *Hurd::buildLinker() const { return new tools::gnutools::Linker(*this); }
132 Tool *Hurd::buildAssembler() const {
136 std::string Hurd
[all...]
H A DHurd.h1 //===--- Hurd.h - Hurd ToolChain Implementations ----------*- C++ -*-===//
19 class LLVM_LIBRARY_VISIBILITY Hurd : public Generic_ELF { class in namespace:clang::driver::toolchains
21 Hurd(const Driver &D, const llvm::Triple &Triple,
/freebsd-current/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h222 Hurd, // GNU/Hurd enumerator in enum:llvm::Triple::OSType
662 /// Tests whether the OS is Hurd.
664 return getOS() == Triple::Hurd;
680 getOS() == Triple::Hurd) &&
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DInitHeaderSearch.cpp298 case llvm::Triple::Hurd:
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp587 case llvm::Triple::Hurd:
647 case llvm::Triple::Hurd:
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc67 // For GNU Hurd
268 // GNU/Hurd, /proc/self/exe is a symlink to the path that was used to start
/freebsd-current/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp253 case Hurd: return "hurd";
644 .StartsWith("hurd", Triple::Hurd)
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h1393 return Triple::Hurd;
/freebsd-current/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp30 #include "ToolChains/Hurd.h"
519 // GNU/Hurd's triples should have been -hurd-gnu*, but were historically made
521 // being the Hurd OS.
6323 case llvm::Triple::Hurd:
6324 TC = std::make_unique<toolchains::Hurd>(*this, Target, Args);
/freebsd-current/lib/clang/libclang/
H A DMakefile389 SRCS_MIN+= Driver/ToolChains/Hurd.cpp

Completed in 238 milliseconds