Searched refs:DragonFly (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/Driver/ToolChains/
H A DDragonFly.h1 //===--- DragonFly.h - DragonFly ToolChain Implementations ------*- C++ -*-===//
51 class LLVM_LIBRARY_VISIBILITY DragonFly : public Generic_ELF { class in namespace:clang::driver::toolchains
53 DragonFly(const Driver &D, const llvm::Triple &Triple,
H A DDragonFly.cpp1 //===--- 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
34 // When building 32-bit code on DragonFly/pc64, we have to explicitly
80 // When building 32-bit code on DragonFly/pc64, we have to explicitly
182 /// DragonFly - DragonFly tool chain which can call as(1) and ld(1) directly.
184 DragonFly function in class:DragonFly
[all...]
/openbsd-current/gnu/usr.bin/clang/libclangDriver/
H A DMakefile44 DragonFly.cpp \
/openbsd-current/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h191 DragonFly, enumerator in enum:llvm::Triple::OSType
552 bool isOSDragonFly() const { return getOS() == Triple::DragonFly; }
/openbsd-current/gnu/llvm/clang/lib/Basic/
H A DTargets.cpp507 case llvm::Triple::DragonFly:
566 case llvm::Triple::DragonFly:
/openbsd-current/gnu/llvm/clang/lib/Lex/
H A DInitHeaderSearch.cpp395 case llvm::Triple::DragonFly:
/openbsd-current/gnu/llvm/llvm/lib/TargetParser/
H A DTriple.cpp216 case DragonFly: return "dragonfly";
563 .StartsWith("dragonfly", Triple::DragonFly)
/openbsd-current/gnu/lib/libiberty/
H A Dconfig.guess1261 *:DragonFly:*:*)
/openbsd-current/gnu/usr.bin/binutils/
H A Dconfig.guess1207 *:DragonFly:*:*)
/openbsd-current/gnu/usr.bin/texinfo/
H A Dconfig.guess1209 *:DragonFly:*:*)
/openbsd-current/gnu/llvm/llvm/cmake/
H A Dconfig.guess1375 *:DragonFly:*:*)
/openbsd-current/gnu/usr.bin/binutils-2.17/
H A Dconfig.guess1261 *:DragonFly:*:*)
/openbsd-current/usr.sbin/nsd/
H A Dconfig.guess1527 *:DragonFly:*:*)
/openbsd-current/usr.sbin/unbound/
H A Dconfig.guess1562 *:DragonFly:*:*)
/openbsd-current/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp23 #include "ToolChains/DragonFly.h"
6049 case llvm::Triple::DragonFly:
6050 TC = std::make_unique<toolchains::DragonFly>(*this, Target, Args);
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp2158 case llvm::Triple::DragonFly:

Completed in 300 milliseconds