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

  /external/libcxx/utils/libcxx/
compiler.py 217 def getTriple(self):
  /external/llvm/tools/dsymutil/
DebugMap.h 98 const Triple &getTriple() const { return BinaryTriple; }
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DebugMap.h 114 const Triple &getTriple() const { return BinaryTriple; }
  /external/clang/include/clang/Driver/
ToolChain.h 130 const llvm::Triple &getTriple() const { return Triple; }
142 return Triple.getTriple();
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Triple.h 202 const std::string &getTriple() const { return Data; }
  /external/clang/lib/Driver/
ToolChains.h 113 const llvm::Triple &getTriple() const { return GCCTriple; }
236 bool isTarget64Bit() const { return getTriple().isArch64Bit(); }
239 bool isTarget32Bit() const { return getTriple().isArch32Bit(); }
343 return getTriple().getArch() != llvm::Triple::x86;
703 bool isPIEDefault() const override { return getTriple().getArch() == llvm::Triple::x86_64; }
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 749 const llvm::Triple &getTriple() const {
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp 187 return getTarget().getTriple().isAndroid() ||
    [all...]
  /external/llvm/include/llvm/ADT/
Triple.h 333 const std::string &getTriple() const { return Data; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
Triple.h 356 const std::string &getTriple() const { return Data; }
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Triple.h 341 const std::string &getTriple() const { return Data; }

Completed in 383 milliseconds