Searched refs:Minix (Results 1 - 19 of 19) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/Driver/ToolChains/
H A DMinix.h1 //===--- Minix.h - Minix ToolChain Implementations --------------*- C++ -*-===//
50 class LLVM_LIBRARY_VISIBILITY Minix : public Generic_ELF { class in namespace:clang::driver::toolchains
52 Minix(const Driver &D, const llvm::Triple &Triple,
H A DMinix.cpp1 //===--- Minix.cpp - Minix ToolChain Implementations ------------*- C++ -*-===//
9 #include "Minix.h"
101 /// Minix - Minix tool chain which can call as(1) and ld(1) directly.
103 toolchains::Minix::Minix(const Driver &D, const llvm::Triple &Triple, function in class:toolchains::Minix
110 Tool *toolchains::Minix::buildAssembler() const {
114 Tool *toolchains::Minix::buildLinker() const {
/openbsd-current/gnu/usr.bin/clang/libclangDriver/
H A DMakefile59 Minix.cpp \
/openbsd-current/gnu/llvm/clang/lib/Lex/
H A DInitHeaderSearch.cpp398 case llvm::Triple::Minix:
/openbsd-current/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h205 Minix, enumerator in enum:llvm::Triple::OSType
/openbsd-current/gnu/llvm/llvm/lib/TargetParser/
H A DTriple.cpp231 case Minix: return "minix";
578 .StartsWith("minix", Triple::Minix)
/openbsd-current/gnu/lib/libstdc++/
H A Dconfig.guess762 i*86:Minix:*:*)
/openbsd-current/gnu/llvm/clang/lib/Basic/
H A DTargets.cpp519 case llvm::Triple::Minix:
/openbsd-current/gnu/lib/libiberty/
H A Dconfig.guess822 i*86:Minix:*:*)
/openbsd-current/gnu/lib/libreadline/support/
H A Dconfig.guess779 i*86:Minix:*:*)
/openbsd-current/gnu/share/
H A Dconfig.guess712 i*86:Minix:*:*)
/openbsd-current/gnu/usr.bin/binutils/
H A Dconfig.guess794 i*86:Minix:*:*)
/openbsd-current/gnu/usr.bin/gcc/
H A Dconfig.guess762 i*86:Minix:*:*)
/openbsd-current/gnu/usr.bin/texinfo/
H A Dconfig.guess786 i*86:Minix:*:*)
/openbsd-current/gnu/llvm/llvm/cmake/
H A Dconfig.guess863 i*86:Minix:*:*)
/openbsd-current/gnu/usr.bin/binutils-2.17/
H A Dconfig.guess822 i*86:Minix:*:*)
/openbsd-current/usr.sbin/nsd/
H A Dconfig.guess975 *:Minix:*:*)
/openbsd-current/usr.sbin/unbound/
H A Dconfig.guess981 *:Minix:*:*)
/openbsd-current/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp38 #include "ToolChains/Minix.h"
574 Target.getOS() == llvm::Triple::Minix)
6065 case llvm::Triple::Minix:
6066 TC = std::make_unique<toolchains::Minix>(*this, Target, Args);

Completed in 389 milliseconds