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

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Linux.h 1 //===--- Linux.h - Linux ToolChain Implementations --------------*- C++ -*-===//
19 class LLVM_LIBRARY_VISIBILITY Linux : public Generic_ELF {
21 Linux(const Driver &D, const llvm::Triple &Triple,
Linux.h 1 //===--- Linux.h - Linux ToolChain Implementations --------------*- C++ -*-===//
19 class LLVM_LIBRARY_VISIBILITY Linux : public Generic_ELF {
21 Linux(const Driver &D, const llvm::Triple &Triple,
Linux.cpp 1 //===--- Linux.h - Linux ToolChain Implementations --------------*- C++ -*-===//
9 #include "Linux.h"
40 std::string Linux::getMultiarchTriple(const Driver &D,
56 // common linux triples that don't quite match the Clang triple for both
62 return "arm-linux-androideabi";
64 return "arm-linux-gnueabihf";
65 return "arm-linux-gnueabi";
69 return "armeb-linux-gnueabihf";
70 return "armeb-linux-gnueabi"
    [all...]
Linux.cpp 1 //===--- Linux.h - Linux ToolChain Implementations --------------*- C++ -*-===//
9 #include "Linux.h"
40 std::string Linux::getMultiarchTriple(const Driver &D,
56 // common linux triples that don't quite match the Clang triple for both
62 return "arm-linux-androideabi";
64 return "arm-linux-gnueabihf";
65 return "arm-linux-gnueabi";
69 return "armeb-linux-gnueabihf";
70 return "armeb-linux-gnueabi"
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h 175 Linux,
594 /// Tests whether the OS is Linux.
596 return getOS() == Triple::Linux;
621 return (getOS() == Triple::Linux || getOS() == Triple::KFreeBSD ||
Triple.h 175 Linux,
594 /// Tests whether the OS is Linux.
596 return getOS() == Triple::Linux;
621 return (getOS() == Triple::Linux || getOS() == Triple::KFreeBSD ||

Completed in 48 milliseconds