HomeSort by: relevance | last modified time | path
    Searched defs:OpenBSD (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
OpenBSD.h 1 //===--- OpenBSD.h - OpenBSD ToolChain Implementations ----------*- C++ -*-===//
21 /// openbsd -- Directly call GNU Binutils assembler and linker
22 namespace openbsd { namespace in namespace:clang::driver::tools
26 : Tool("openbsd::Assembler", "assembler", TC) {}
38 Linker(const ToolChain &TC) : Tool("openbsd::Linker", "linker", TC) {}
48 } // end namespace openbsd
53 class LLVM_LIBRARY_VISIBILITY OpenBSD : public Generic_ELF {
55 OpenBSD(const Driver &D, const llvm::Triple &Triple,
OpenBSD.cpp 1 //===--- OpenBSD.cpp - OpenBSD ToolChain Implementations --------*- C++ -*-===//
9 #include "OpenBSD.h"
26 void openbsd::Assembler::ConstructJob(Compilation &C, const JobAction &JA,
36 // When building 32-bit code on OpenBSD/amd64, we have to explicitly
90 void openbsd::Linker::ConstructJob(Compilation &C, const JobAction &JA,
95 const toolchains::OpenBSD &ToolChain =
96 static_cast<const toolchains::OpenBSD &>(getToolChain());
230 SanitizerMask OpenBSD::getSupportedSanitizers() const {
246 /// OpenBSD - OpenBSD tool chain which can call as(1) and ld(1) directly
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h 179 OpenBSD,
507 return getOS() == Triple::OpenBSD;

Completed in 177 milliseconds