Home | History | Annotate | Download | only in Driver

Lines Matching refs:DragonFly

2491 /// DragonFly - DragonFly tool chain which can call as(1) and ld(1) directly.
2493 DragonFly::DragonFly(const Driver &D, const llvm::Triple& Triple, const ArgList &Args)
2506 Tool *DragonFly::constructTool(Action::ActionClass AC) const {
2509 return new tools::dragonfly::Assemble(*this);
2511 return new tools::dragonfly::Link(*this);