Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DDragonFly.cpp184 DragonFly::DragonFly(const Driver &D, const llvm::Triple &Triple, in DragonFly() function in DragonFly
198 Tool *DragonFly::buildAssembler() const { in buildAssembler()
202 Tool *DragonFly::buildLinker() const { in buildLinker()
H A DDragonFly.h51 class LLVM_LIBRARY_VISIBILITY DragonFly : public Generic_ELF {
53 DragonFly(const Driver &D, const llvm::Triple &Triple,
/openbsd/regress/usr.bin/mandoc/mdoc/Ux/
H A Dpunct.out_markdown12 DragonFly 4.8.0,
H A Dspacing.out_markdown15 DragonFly
H A Deos.out_markdown22 DragonFly.
H A Dpunct.out_ascii8 were BSD/OS 5.1, DragonFly 4.8.0, FreeBSD 11.0, NetBSD 7.1, and
H A Dspacing.out_ascii8 DragonFly and BSD/OS. The system is currently under development. The
H A Deos.out_ascii9 FreeBSD. And OpenBSD. And DragonFly. By now, it's free for everyone.
/openbsd/gnu/usr.bin/clang/libclangDriver/
H A DMakefile44 DragonFly.cpp \
/openbsd/gnu/llvm/clang/lib/Driver/
H A DCMakeLists.txt57 ToolChains/DragonFly.cpp
H A DDriver.cpp6049 case llvm::Triple::DragonFly: in getToolChain()
6050 TC = std::make_unique<toolchains::DragonFly>(*this, Target, Args); in getToolChain()
/openbsd/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Driver/
H A DBUILD.gn72 "ToolChains/DragonFly.cpp",
/openbsd/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h191 DragonFly, enumerator
552 bool isOSDragonFly() const { return getOS() == Triple::DragonFly; } in isOSDragonFly()
/openbsd/gnu/llvm/clang/lib/Basic/
H A DTargets.cpp507 case llvm::Triple::DragonFly: in AllocateTarget()
566 case llvm::Triple::DragonFly: in AllocateTarget()
/openbsd/gnu/llvm/llvm/tools/llvm-shlib/
H A DCMakeLists.txt41 OR ("${CMAKE_SYSTEM_NAME}" STREQUAL "DragonFly")
/openbsd/gnu/llvm/clang/lib/Lex/
H A DInitHeaderSearch.cpp395 case llvm::Triple::DragonFly: in AddDefaultCPlusPlusIncludePaths()
/openbsd/gnu/llvm/llvm/lib/TargetParser/
H A DTriple.cpp216 case DragonFly: return "dragonfly"; in getOSTypeName()
563 .StartsWith("dragonfly", Triple::DragonFly) in parseOS()
/openbsd/gnu/usr.bin/binutils/
H A Dconfig.guess1207 *:DragonFly:*:*)
/openbsd/gnu/lib/libiberty/
H A Dconfig.guess1261 *:DragonFly:*:*)
/openbsd/gnu/usr.bin/binutils-2.17/
H A Dconfig.guess1261 *:DragonFly:*:*)
/openbsd/gnu/usr.bin/texinfo/
H A Dconfig.guess1209 *:DragonFly:*:*)
/openbsd/gnu/llvm/llvm/cmake/
H A Dconfig.guess1375 *:DragonFly:*:*)
/openbsd/usr.sbin/unbound/
H A Dconfig.guess1562 *:DragonFly:*:*)
/openbsd/usr.sbin/nsd/
H A Dconfig.guess1527 *:DragonFly:*:*)
/openbsd/gnu/llvm/llvm/cmake/modules/
H A DHandleLLVMOptions.cmake229 if(NOT (CMAKE_SYSTEM_NAME MATCHES "Darwin|FreeBSD|OpenBSD|DragonFly|AIX|OS390" OR

12