Home | History | Annotate | Download | only in Driver

Lines Matching defs:OpenBSD

1656 /// OpenBSD - OpenBSD tool chain which can call as(1) and ld(1) directly.
1658 OpenBSD::OpenBSD(const Driver &D, const llvm::Triple& Triple, const ArgList &Args)
1664 Tool *OpenBSD::constructTool(Action::ActionClass AC) const {
1670 return new tools::openbsd::Assemble(*this);
1674 return new tools::openbsd::Link(*this);