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

/freebsd-12-stable/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,
64 Hurd::Hurd(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) function in class:Hurd
102 bool Hurd::HasNativeLLVMSupport() const { return true; }
104 Tool *Hurd::buildLinker() const { return new tools::gnutools::Linker(*this); }
106 Tool *Hurd::buildAssembler() const {
110 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-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h192 Hurd, // GNU/Hurd enumerator in enum:llvm::Triple::OSType
596 /// Tests whether the OS is Hurd.
598 return getOS() == Triple::Hurd;
614 getOS() == Triple::Hurd) &&
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInitHeaderSearch.cpp273 case llvm::Triple::Hurd:
384 case llvm::Triple::Hurd:
426 case llvm::Triple::Hurd:
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DTriple.cpp198 case Hurd: return "hurd";
520 .StartsWith("hurd", Triple::Hurd)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc59 // For GNU Hurd
251 // GNU/Hurd, /proc/self/exe is a symlink to the path that was used to start
331 // For GNU Hurd
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp506 case llvm::Triple::Hurd:
/freebsd-12-stable/lib/clang/libclang/
H A DMakefile323 SRCS_MIN+= Driver/ToolChains/Hurd.cpp
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp29 #include "ToolChains/Hurd.h"
428 // GNU/Hurd's triples should have been -hurd-gnu*, but were historically made
430 // being the Hurd OS.
4899 case llvm::Triple::Hurd:
4900 TC = std::make_unique<toolchains::Hurd>(*this, Target, Args);

Completed in 201 milliseconds