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

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSubtarget.h 224 bool isTargetNaCl() const {
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Subtarget.h 216 bool isTargetNaCl() const {
219 bool isTargetNaCl32() const { return isTargetNaCl() && !is64Bit(); }
220 bool isTargetNaCl64() const { return isTargetNaCl() && is64Bit(); }
  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 272 bool isTargetNaCl() const { return TargetTriple.isOSNaCl(); }
  /external/llvm/lib/Target/X86/
X86Subtarget.h 478 bool isTargetNaCl() const { return TargetTriple.isOSNaCl(); }
479 bool isTargetNaCl32() const { return isTargetNaCl() && !is64Bit(); }
480 bool isTargetNaCl64() const { return isTargetNaCl() && is64Bit(); }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 490 bool isTargetNaCl() const { return TargetTriple.isOSNaCl(); }

Completed in 230 milliseconds