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

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Minix.cpp 1 //===--- Minix.cpp - Minix ToolChain Implementations ------------*- C++ -*-===//
9 #include "Minix.h"
22 void tools::minix::Assembler::ConstructJob(Compilation &C, const JobAction &JA,
44 void tools::minix::Linker::ConstructJob(Compilation &C, const JobAction &JA,
98 /// Minix - Minix tool chain which can call as(1) and ld(1) directly.
100 toolchains::Minix::Minix(const Driver &D, const llvm::Triple &Triple,
107 Tool *toolchains::Minix::buildAssembler() const
    [all...]
Minix.h 1 //===--- Minix.h - Minix ToolChain Implementations --------------*- C++ -*-===//
19 /// minix -- Directly call GNU Binutils assembler and linker
20 namespace minix { namespace in namespace:clang::driver::tools
23 Assembler(const ToolChain &TC) : Tool("minix::Assembler", "assembler", TC) {}
35 Linker(const ToolChain &TC) : Tool("minix::Linker", "linker", TC) {}
45 } // end namespace minix
50 class LLVM_LIBRARY_VISIBILITY Minix : public Generic_ELF {
52 Minix(const Driver &D, const llvm::Triple &Triple,
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h 184 Minix,

Completed in 56 milliseconds