Home | History | Annotate | Download | only in Driver

Lines Matching full:dragonfly

2369 /// DragonFly - DragonFly tool chain which can call as(1) and ld(1) directly.
2371 DragonFly::DragonFly(const Driver &D, const llvm::Triple& Triple, const ArgList &Args)
2384 Tool &DragonFly::SelectTool(const Compilation &C, const JobAction &JA,
2396 T = new tools::dragonfly::Assemble(*this); break;
2398 T = new tools::dragonfly::Link(*this); break;