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

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
CloudABI.h 1 //===--- CloudABI.h - CloudABI ToolChain Implementations --------*- C++ -*-===//
20 /// cloudabi -- Directly call GNU Binutils linker
21 namespace cloudabi { namespace in namespace:clang::driver::tools
24 Linker(const ToolChain &TC) : Tool("cloudabi::Linker", "linker", TC) {}
34 } // end namespace cloudabi
39 class LLVM_LIBRARY_VISIBILITY CloudABI : public Generic_ELF {
41 CloudABI(const Driver &D, const llvm::Triple &Triple,
CloudABI.cpp 1 //===--- CloudABI.cpp - CloudABI ToolChain Implementations ------*- C++ -*-===//
9 #include "CloudABI.h"
25 void cloudabi::Linker::ConstructJob(Compilation &C, const JobAction &JA,
45 // CloudABI only supports static linkage.
100 // CloudABI - CloudABI tool chain which can call ld(1) directly.
102 CloudABI::CloudABI(const Driver &D, const llvm::Triple &Triple,
110 void CloudABI::addLibCxxIncludePaths(const llvm::opt::ArgList &DriverArgs
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h 168 CloudABI,

Completed in 16 milliseconds