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

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
FreeBSD.h 1 //===--- FreeBSD.h - FreeBSD ToolChain Implementations ----------*- C++ -*-===//
20 /// freebsd -- Directly call GNU Binutils assembler and linker
21 namespace freebsd { namespace in namespace:clang::driver::tools
25 : Tool("freebsd::Assembler", "assembler", TC) {}
37 Linker(const ToolChain &TC) : Tool("freebsd::Linker", "linker", TC) {}
47 } // end namespace freebsd
52 class LLVM_LIBRARY_VISIBILITY FreeBSD : public Generic_ELF {
54 FreeBSD(const Driver &D, const llvm::Triple &Triple,
81 // FreeBSD defaults to standalone/full debug info
    [all...]
FreeBSD.cpp 1 //===--- FreeBSD.cpp - FreeBSD ToolChain Implementations --------*- C++ -*-===//
9 #include "FreeBSD.h"
27 void freebsd::Assembler::ConstructJob(Compilation &C, const JobAction &JA,
36 // When building 32-bit code on FreeBSD/amd64, we have to explicitly
137 void freebsd::Linker::ConstructJob(Compilation &C, const JobAction &JA,
142 const toolchains::FreeBSD &ToolChain =
143 static_cast<const toolchains::FreeBSD &>(getToolChain());
375 /// FreeBSD - FreeBSD tool chain which can call as(1) and ld(1) directly
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h 171 FreeBSD,
511 return getOS() == Triple::FreeBSD;

Completed in 27 milliseconds