HomeSort by: relevance | last modified time | path
    Searched defs:DragonFly (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
DragonFly.cpp 1 //===--- DragonFly.cpp - DragonFly ToolChain Implementations ----*- C++ -*-===//
9 #include "DragonFly.h"
22 /// DragonFly Tools
24 // For now, DragonFly Assemble does just about the same as for
26 void dragonfly::Assembler::ConstructJob(Compilation &C, const JobAction &JA,
34 // When building 32-bit code on DragonFly/pc64, we have to explicitly
53 void dragonfly::Linker::ConstructJob(Compilation &C, const JobAction &JA,
80 // When building 32-bit code on DragonFly/pc64, we have to explicitly
179 /// DragonFly - DragonFly tool chain which can call as(1) and ld(1) directly
    [all...]
DragonFly.h 1 //===--- DragonFly.h - DragonFly ToolChain Implementations ------*- C++ -*-===//
19 /// dragonfly -- Directly call GNU Binutils assembler and linker
20 namespace dragonfly { namespace in namespace:clang::driver::tools
24 : Tool("dragonfly::Assembler", "assembler", TC) {}
36 Linker(const ToolChain &TC) : Tool("dragonfly::Linker", "linker", TC) {}
46 } // end namespace dragonfly
51 class LLVM_LIBRARY_VISIBILITY DragonFly : public Generic_ELF {
53 DragonFly(const Driver &D, const llvm::Triple &Triple,
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h 170 DragonFly,
518 bool isOSDragonFly() const { return getOS() == Triple::DragonFly; }

Completed in 19 milliseconds