Home | History | Annotate | Download | only in Driver

Lines Matching refs:DragonFly

4165 /// DragonFly - DragonFly tool chain which can call as(1) and ld(1) directly.
4167 DragonFly::DragonFly(const Driver &D, const llvm::Triple &Triple,
4184 Tool *DragonFly::buildAssembler() const {
4185 return new tools::dragonfly::Assembler(*this);
4188 Tool *DragonFly::buildLinker() const {
4189 return new tools::dragonfly::Linker(*this);