Searched defs:DragonFly (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DTriple.h86 DragonFly, enumerator in enum:llvm::Triple::OSType
/external/clang/lib/Driver/
H A DToolChains.h498 class LLVM_LIBRARY_VISIBILITY DragonFly : public Generic_ELF { class in namespace:clang::driver::toolchains
500 DragonFly(const Driver &D, const llvm::Triple& Triple, const ArgList &Args);
H A DToolChains.cpp2369 /// DragonFly - DragonFly tool chain which can call as(1) and ld(1) directly.
2371 DragonFly::DragonFly(const Driver &D, const llvm::Triple& Triple, const ArgList &Args) function in class:DragonFly
2384 Tool &DragonFly::SelectTool(const Compilation &C, const JobAction &JA,

Completed in 74 milliseconds