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
204 /// DragonFly - DragonFly tool chain which can call as(1) and ld(1) directly.
206 DragonFly::DragonFly(const Driver &D, const llvm::Triple &Triple,
217 void DragonFly::AddClangSystemIncludeArgs(
238 void DragonFly::addLibStdCxxIncludePaths(const llvm::opt::ArgList &DriverArgs,
244 Tool *DragonFly::buildAssembler() const {
248 Tool *DragonFly::buildLinker() const {