Searched defs:NetBSD (Results 1 - 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DTriple.h94 NetBSD, enumerator in enum:llvm::Triple::OSType
/external/clang/lib/Driver/
H A DToolChains.h781 class LLVM_LIBRARY_VISIBILITY NetBSD : public Generic_ELF { class in namespace:clang::driver::toolchains
783 NetBSD(const Driver &D, const llvm::Triple &Triple,
H A DToolChains.cpp3558 /// NetBSD - NetBSD tool chain which can call as(1) and ld(1) directly.
3560 NetBSD::NetBSD(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) function in class:NetBSD
3611 Tool *NetBSD::buildAssembler() const {
3615 Tool *NetBSD::buildLinker() const { return new tools::netbsd::Linker(*this); }
3617 ToolChain::CXXStdlibType NetBSD::GetDefaultCXXStdlibType() const {
3642 void NetBSD::AddClangCXXStdlibIncludeArgs(const ArgList &DriverArgs,
/external/llvm/include/llvm/ADT/
H A DTriple.h17 #undef NetBSD macro
152 NetBSD, enumerator in enum:llvm::Triple::OSType
452 return getOS() == Triple::NetBSD;
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DTriple.h17 #undef NetBSD macro
157 NetBSD, enumerator in enum:llvm::Triple::OSType
460 return getOS() == Triple::NetBSD;

Completed in 428 milliseconds