Home | History | Annotate | Download | only in Driver

Lines Matching full:dragonfly

3532 /// DragonFly - DragonFly tool chain which can call as(1) and ld(1) directly.
3534 DragonFly::DragonFly(const Driver &D, const llvm::Triple& Triple, const ArgList &Args)
3550 Tool *DragonFly::buildAssembler() const {
3551 return new tools::dragonfly::Assemble(*this);
3554 Tool *DragonFly::buildLinker() const {
3555 dragonfly::Link(*this);