Lines Matching defs:Minix
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 {
108 return new tools::minix::Assembler(*this);
111 Tool *toolchains::Minix::buildLinker() const {
112 return new tools::minix::Linker(*this);