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

/external/clang/lib/Driver/
H A DToolChains.h500 class LLVM_LIBRARY_VISIBILITY NetBSD : public Generic_ELF { class in namespace:clang::driver::toolchains
502 NetBSD(const Driver &D, const llvm::Triple &Triple,
H A DToolChains.cpp1843 /// NetBSD - NetBSD tool chain which can call as(1) and ld(1) directly.
1845 NetBSD::NetBSD(const Driver &D, const llvm::Triple& Triple, const ArgList &Args) function in class:NetBSD
1861 Tool *NetBSD::buildAssembler() const {
1865 Tool *NetBSD::buildLinker() const {
1870 NetBSD::GetCXXStdlibType(const ArgList &Args) const {
1885 void NetBSD::AddClangCXXStdlibIncludeArgs(const ArgList &DriverArgs,
/external/llvm/include/llvm/ADT/
H A DTriple.h101 NetBSD, enumerator in enum:llvm::Triple::OSType

Completed in 6142 milliseconds