Home | History | Annotate | Download | only in Driver

Lines Matching defs:Minix

3662 /// Minix - Minix tool chain which can call as(1) and ld(1) directly.
3664 Minix::Minix(const Driver &D, const llvm::Triple &Triple, const ArgList &Args)
3670 Tool *Minix::buildAssembler() const {
3671 return new tools::minix::Assembler(*this);
3674 Tool *Minix::buildLinker() const { return new tools::minix::Linker(*this); }