Lines Matching defs:DragonFly
1 //===--- DragonFly.cpp - DragonFly ToolChain Implementations ----*- C++ -*-===//
9 #include "DragonFly.h"
28 const auto &ToolChain = static_cast<const DragonFly &>(getToolChain());
33 // When building 32-bit code on DragonFly/pc64, we have to explicitly
57 const auto &ToolChain = static_cast<const DragonFly &>(getToolChain());
85 // When building 32-bit code on DragonFly/pc64, we have to explicitly
203 /// DragonFly - DragonFly tool chain which can call as(1) and ld(1) directly.
205 DragonFly::DragonFly(const Driver &D, const llvm::Triple &Triple,
216 void DragonFly::AddClangSystemIncludeArgs(
237 void DragonFly::addLibStdCxxIncludePaths(const llvm::opt::ArgList &DriverArgs,
243 Tool *DragonFly::buildAssembler() const {
247 Tool *DragonFly::buildLinker() const {