Searched refs:DragonFly (Results 1 – 25 of 32) sorted by relevance
12
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/ |
H A D | DragonFly.cpp | 184 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 D | DragonFly.h | 51 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 D | punct.out_markdown | 12 DragonFly 4.8.0,
|
H A D | spacing.out_markdown | 15 DragonFly
|
H A D | eos.out_markdown | 22 DragonFly.
|
H A D | punct.out_ascii | 8 were BSD/OS 5.1, DragonFly 4.8.0, FreeBSD 11.0, NetBSD 7.1, and
|
H A D | spacing.out_ascii | 8 DragonFly and BSD/OS. The system is currently under development. The
|
H A D | eos.out_ascii | 9 FreeBSD. And OpenBSD. And DragonFly. By now, it's free for everyone.
|
/openbsd/gnu/usr.bin/clang/libclangDriver/ |
H A D | Makefile | 44 DragonFly.cpp \
|
/openbsd/gnu/llvm/clang/lib/Driver/ |
H A D | CMakeLists.txt | 57 ToolChains/DragonFly.cpp
|
H A D | Driver.cpp | 6049 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 D | BUILD.gn | 72 "ToolChains/DragonFly.cpp",
|
/openbsd/gnu/llvm/llvm/include/llvm/TargetParser/ |
H A D | Triple.h | 191 DragonFly, enumerator 552 bool isOSDragonFly() const { return getOS() == Triple::DragonFly; } in isOSDragonFly()
|
/openbsd/gnu/llvm/clang/lib/Basic/ |
H A D | Targets.cpp | 507 case llvm::Triple::DragonFly: in AllocateTarget() 566 case llvm::Triple::DragonFly: in AllocateTarget()
|
/openbsd/gnu/llvm/llvm/tools/llvm-shlib/ |
H A D | CMakeLists.txt | 41 OR ("${CMAKE_SYSTEM_NAME}" STREQUAL "DragonFly")
|
/openbsd/gnu/llvm/clang/lib/Lex/ |
H A D | InitHeaderSearch.cpp | 395 case llvm::Triple::DragonFly: in AddDefaultCPlusPlusIncludePaths()
|
/openbsd/gnu/llvm/llvm/lib/TargetParser/ |
H A D | Triple.cpp | 216 case DragonFly: return "dragonfly"; in getOSTypeName() 563 .StartsWith("dragonfly", Triple::DragonFly) in parseOS()
|
/openbsd/gnu/usr.bin/binutils/ |
H A D | config.guess | 1207 *:DragonFly:*:*)
|
/openbsd/gnu/lib/libiberty/ |
H A D | config.guess | 1261 *:DragonFly:*:*)
|
/openbsd/gnu/usr.bin/binutils-2.17/ |
H A D | config.guess | 1261 *:DragonFly:*:*)
|
/openbsd/gnu/usr.bin/texinfo/ |
H A D | config.guess | 1209 *:DragonFly:*:*)
|
/openbsd/gnu/llvm/llvm/cmake/ |
H A D | config.guess | 1375 *:DragonFly:*:*)
|
/openbsd/usr.sbin/nsd/ |
H A D | config.guess | 1527 *:DragonFly:*:*)
|
/openbsd/usr.sbin/unbound/ |
H A D | config.guess | 1564 *:DragonFly:*:*)
|
/openbsd/gnu/llvm/llvm/cmake/modules/ |
H A D | HandleLLVMOptions.cmake | 229 if(NOT (CMAKE_SYSTEM_NAME MATCHES "Darwin|FreeBSD|OpenBSD|DragonFly|AIX|OS390" OR
|
12