HomeSort by relevance Sort by last modified time
    Searched defs:getTriple (Results 1 - 7 of 7) sorted by null

  /frameworks/compile/libbcc/include/bcc/Support/
CompilerConfig.h 71 inline const std::string &getTriple() const
LinkerConfig.h 75 inline const std::string &getTriple() const
  /frameworks/compile/mclinker/tools/mcld/include/alone/Support/
LinkerConfig.h 68 inline const std::string &getTriple() const
  /external/clang/include/clang/Driver/
ToolChain.h 87 const llvm::Triple &getTriple() const { return Triple; }
99 return Triple.getTriple();
  /external/clang/lib/Driver/
ToolChains.h 88 const llvm::Triple &getTriple() const { return GCCTriple; }
135 bool isTarget64Bit() const { return getTriple().isArch64Bit(); }
138 bool isTarget32Bit() const { return getTriple().isArch32Bit(); }
300 return getTriple().getArch() != llvm::Triple::x86;
381 return (getTriple().getArch() == llvm::Triple::aarch64 ||
382 getTriple().getArch() == llvm::Triple::x86 ||
383 getTriple().getArch() == llvm::Triple::x86_64);
  /external/llvm/include/llvm/ADT/
Triple.h 216 const std::string &getTriple() const { return Data; }
  /external/clang/include/clang/Basic/
TargetInfo.h 544 const llvm::Triple &getTriple() const {

Completed in 423 milliseconds