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

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Haiku.cpp 1 //===--- Haiku.cpp - Haiku ToolChain Implementations ------------*- C++ -*-===//
9 #include "Haiku.h"
17 /// Haiku - Haiku tool chain which can call as(1) and ld(1) directly.
19 Haiku::Haiku(const Driver &D, const llvm::Triple& Triple, const ArgList &Args)
24 void Haiku::addLibCxxIncludePaths(const llvm::opt::ArgList &DriverArgs,
30 void Haiku::addLibStdCxxIncludePaths(const llvm::opt::ArgList &DriverArgs,
Haiku.h 1 //===--- Haiku.h - Haiku ToolChain Implementations --------------*- C++ -*-===//
20 class LLVM_LIBRARY_VISIBILITY Haiku : public Generic_ELF {
22 Haiku(const Driver &D, const llvm::Triple &Triple,
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h 183 Haiku,
541 /// Tests whether the OS is Haiku.
543 return getOS() == Triple::Haiku;

Completed in 24 milliseconds