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

  /external/libcxx/test/libcxx/
compiler.py 137 def getTriple(self):
  /external/llvm/tools/dsymutil/
BinaryHolder.cpp 22 Triple BinaryHolder::getTriple(const object::MachOObjectFile &Obj) {
178 if (getTriple(*MachO).str() == T.str())
DebugMap.h 98 const Triple &getTriple() const { return BinaryTriple; }
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/
compiler.py 137 def getTriple(self):
  /frameworks/compile/libbcc/include/bcc/Support/
CompilerConfig.h 73 inline const std::string &getTriple() const
  /external/clang/include/clang/Driver/
ToolChain.h 129 const llvm::Triple &getTriple() const { return Triple; }
141 return Triple.getTriple();
  /external/clang/lib/Driver/
ToolChains.h 111 const llvm::Triple &getTriple() const { return GCCTriple; }
218 bool isTarget64Bit() const { return getTriple().isArch64Bit(); }
221 bool isTarget32Bit() const { return getTriple().isArch32Bit(); }
325 return getTriple().getArch() != llvm::Triple::x86;
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 711 const llvm::Triple &getTriple() const {
854 return getTriple().isOSWindows() &&
855 (getTriple().getArch() == llvm::Triple::x86 ||
856 getTriple().getArch() == llvm::Triple::x86_64);
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp 892 IsMCUABI(CGT.getTarget().getTriple().isOSIAMCU()),
    [all...]
  /external/llvm/include/llvm/ADT/
Triple.h 322 const std::string &getTriple() const { return Data; }

Completed in 840 milliseconds