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

/freebsd-11-stable/contrib/llvm-project/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
78 // When building 32-bit code on DragonFly/pc64, we have to explicitly
175 /// DragonFly - DragonFly tool chain which can call as(1) and ld(1) directly.
177 DragonFly function in class:DragonFly
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h163 DragonFly, enumerator in enum:llvm::Triple::OSType
510 bool isOSDragonFly() const { return getOS() == Triple::DragonFly; }
/freebsd-11-stable/contrib/bmake/
H A DMakefile97 BSD44_LIST= NetBSD FreeBSD OpenBSD DragonFly MirBSD Bitrig
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp472 case llvm::Triple::DragonFly:
529 case llvm::Triple::DragonFly:
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInitHeaderSearch.cpp401 case llvm::Triple::DragonFly:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DTriple.cpp191 case DragonFly: return "dragonfly";
490 .StartsWith("dragonfly", Triple::DragonFly)
/freebsd-11-stable/contrib/ncurses/
H A Dconfig.guess1337 *:DragonFly:*:*)
/freebsd-11-stable/contrib/binutils/
H A Dconfig.guess1298 *:DragonFly:*:*)
/freebsd-11-stable/contrib/dialog/
H A Dconfig.guess1337 *:DragonFly:*:*)
/freebsd-11-stable/contrib/ldns/
H A Dconfig.guess1306 *:DragonFly:*:*)
/freebsd-11-stable/crypto/heimdal/
H A Dconfig.guess1280 *:DragonFly:*:*)
/freebsd-11-stable/contrib/tcsh/
H A Dconfig.guess1365 *:DragonFly:*:*)
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.guess1348 *:DragonFly:*:*)
/freebsd-11-stable/contrib/byacc/
H A Dconfig.guess1387 *:DragonFly:*:*)
/freebsd-11-stable/crypto/openssh/
H A Dconfig.guess1381 *:DragonFly:*:*)
/freebsd-11-stable/contrib/sqlite3/
H A Dconfig.guess1393 *:DragonFly:*:*)
/freebsd-11-stable/contrib/libpcap/
H A Dconfig.guess1389 *:DragonFly:*:*)
/freebsd-11-stable/contrib/tcpdump/
H A Dconfig.guess1389 *:DragonFly:*:*)
/freebsd-11-stable/contrib/file/
H A Dconfig.guess1418 *:DragonFly:*:*)
/freebsd-11-stable/contrib/unbound/
H A Dconfig.guess1466 *:DragonFly:*:*)
/freebsd-11-stable/contrib/openpam/
H A Dconfig.guess1360 *:DragonFly:*:*)
/freebsd-11-stable/lib/clang/libclang/
H A DMakefile315 SRCS_MIN+= Driver/ToolChains/DragonFly.cpp
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp22 #include "ToolChains/DragonFly.h"
4818 case llvm::Triple::DragonFly:
4819 TC = std::make_unique<toolchains::DragonFly>(*this, Target, Args);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp1967 case llvm::Triple::DragonFly:

Completed in 551 milliseconds