Lines Matching refs:OpenBSD
33 const auto &ToolChain = static_cast<const OpenBSD &>(getToolChain()); in ConstructJob()
112 const auto &ToolChain = static_cast<const OpenBSD &>(getToolChain()); in ConstructJob()
299 SanitizerMask OpenBSD::getSupportedSanitizers() const { in getSupportedSanitizers()
316 OpenBSD::OpenBSD(const Driver &D, const llvm::Triple &Triple, in OpenBSD() function in OpenBSD
322 void OpenBSD::AddClangSystemIncludeArgs( in AddClangSystemIncludeArgs()
356 void OpenBSD::addLibCxxIncludePaths(const llvm::opt::ArgList &DriverArgs, in addLibCxxIncludePaths()
362 void OpenBSD::AddCXXStdlibLibArgs(const ArgList &Args, in AddCXXStdlibLibArgs()
373 std::string OpenBSD::getCompilerRT(const ArgList &Args, StringRef Component, in getCompilerRT()
391 Tool *OpenBSD::buildAssembler() const { in buildAssembler()
395 Tool *OpenBSD::buildLinker() const { return new tools::openbsd::Linker(*this); } in buildLinker()
397 bool OpenBSD::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport()
400 OpenBSD::getDefaultUnwindTableLevel(const ArgList &Args) const { in getDefaultUnwindTableLevel()