Home | History | Annotate | Download | only in Driver

Lines Matching refs:FreeBSD

1749 /// FreeBSD - FreeBSD tool chain which can call as(1) and ld(1) directly.
1751 FreeBSD::FreeBSD(const Driver &D, const llvm::Triple& Triple, const ArgList &Args)
1764 Tool *FreeBSD::constructTool(Action::ActionClass AC) const {
1770 return new tools::freebsd::Assemble(*this);
1773 return new tools::freebsd::Link(*this); break;
1779 bool FreeBSD::UseSjLjExceptions() const {
1780 // FreeBSD uses SjLj exceptions on ARM oabi.