Searched defs:Minix (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Driver/
H A DToolChains.h628 class LLVM_LIBRARY_VISIBILITY Minix : public Generic_ELF { class in namespace:clang::driver::toolchains
630 Minix(const Driver &D, const llvm::Triple &Triple,
H A DToolChains.cpp2755 /// Minix - Minix tool chain which can call as(1) and ld(1) directly.
2757 Minix::Minix(const Driver &D, const llvm::Triple& Triple, const ArgList &Args) function in class:Minix
2763 Tool *Minix::buildAssembler() const {
2767 Tool *Minix::buildLinker() const {
/external/llvm/include/llvm/ADT/
H A DTriple.h115 Minix, enumerator in enum:llvm::Triple::OSType

Completed in 2202 milliseconds