HomeSort by: relevance | last modified time | path
    Searched defs:NetBSD (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
NetBSD.h 1 //===--- NetBSD.h - NetBSD ToolChain Implementations ------------*- C++ -*-===//
20 /// netbsd -- Directly call GNU Binutils assembler and linker
21 namespace netbsd { namespace in namespace:clang::driver::tools
24 Assembler(const ToolChain &TC) : Tool("netbsd::Assembler", "assembler", TC) {}
36 Linker(const ToolChain &TC) : Tool("netbsd::Linker", "linker", TC) {}
46 } // end namespace netbsd
51 class LLVM_LIBRARY_VISIBILITY NetBSD : public Generic_ELF {
53 NetBSD(const Driver &D, const llvm::Triple &Triple,
NetBSD.cpp 1 //===--- NetBSD.cpp - NetBSD ToolChain Implementations ----------*- C++ -*-===//
9 #include "NetBSD.h"
27 void netbsd::Assembler::ConstructJob(Compilation &C, const JobAction &JA,
111 void netbsd::Linker::ConstructJob(Compilation &C, const JobAction &JA,
116 const toolchains::NetBSD &ToolChain =
117 static_cast<const toolchains::NetBSD &>(getToolChain());
143 // Many NetBSD architectures support more than one ABI.
347 /// NetBSD - NetBSD tool chain which can call as(1) and ld(1) directly
    [all...]
  /src/sys/arch/epoc32/stand/e32boot/include/
netbsd.h 1 /* $NetBSD: netbsd.h,v 1.2 2013/06/20 13:36:48 kiyohara Exp $ */
43 class NetBSD {
45 static NetBSD *New(const TDesC &);
46 static NetBSD *New(const TDesC &, const TDesC &);
62 class ELF : public NetBSD {
  /src/sys/sys/
param.h 1 /* $NetBSD: param.h,v 1.743 2026/01/17 02:01:39 thorpej Exp $ */
65 * e.g. NetBSD-1.2D = 102040000 ('D' == 4)
66 * NetBSD-2.0H (200080000) was changed on 20041001 to:
70 #define __NetBSD_Version__ 1199000500 /* NetBSD 11.99.5 */
76 * Historical NetBSD #define
78 * NetBSD 1.4 was the last release for which this value was incremented.
83 * count on NetBSD being defined.
87 #define NetBSD 199905 /* NetBSD version (year & month). */
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h 16 #undef NetBSD
178 NetBSD,
503 return getOS() == Triple::NetBSD;

Completed in 29 milliseconds