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

  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 280 bool isTargetNaCl() const { return TargetTriple.getOS() == Triple::NaCl; }
  /external/llvm/lib/Target/X86/
X86Subtarget.h 315 bool isTargetNaCl() const {
318 bool isTargetNaCl32() const { return isTargetNaCl() && !is64Bit(); }
319 bool isTargetNaCl64() const { return isTargetNaCl() && is64Bit(); }

Completed in 687 milliseconds