Home | History | Annotate | Download | only in Driver

Lines Matching defs:NetBSD

1792 /// NetBSD - NetBSD tool chain which can call as(1) and ld(1) directly.
1794 NetBSD::NetBSD(const Driver &D, const llvm::Triple& Triple, const ArgList &Args)
1810 Tool *NetBSD::constructTool(Action::ActionClass AC) const {
1816 return new tools::netbsd::Assemble(*this);
1819 return new tools::netbsd::Link(*this);