Lines Matching defs:NetBSD
1 //===--- NetBSD.cpp - NetBSD ToolChain Implementations ----------*- C++ -*-===//
9 #include "NetBSD.h"
33 const auto &ToolChain = static_cast<const NetBSD &>(getToolChain());
119 const auto &ToolChain = static_cast<const NetBSD &>(getToolChain());
150 // Many NetBSD architectures support more than one ABI.
381 /// NetBSD - NetBSD tool chain which can call as(1) and ld(1) directly.
383 NetBSD::NetBSD(const Driver &D, const llvm::Triple &Triple, const ArgList &Args)
434 Tool *NetBSD::buildAssembler() const {
438 Tool *NetBSD::buildLinker() const { return new tools::netbsd::Linker(*this); }
440 ToolChain::CXXStdlibType NetBSD::GetDefaultCXXStdlibType() const {
464 void NetBSD::AddClangSystemIncludeArgs(
498 void NetBSD::addLibCxxIncludePaths(const llvm::opt::ArgList &DriverArgs,
519 void NetBSD::addLibStdCxxIncludePaths(const llvm::opt::ArgList &DriverArgs,
525 llvm::ExceptionHandling NetBSD::GetExceptionModel(const ArgList &Args) const {
526 // NetBSD uses Dwarf exceptions on ARM.
534 SanitizerMask NetBSD::getSupportedSanitizers() const {
561 void NetBSD::addClangTargetOptions(const ArgList &DriverArgs,