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

  /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(); }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 280 bool isTargetNaCl() const { return TargetTriple.getOS() == Triple::NaCl; }
ARMSubtarget.cpp 199 (hasV7Ops() && (isTargetLinux() || isTargetNaCl())) ||
ARMFastISel.cpp     [all...]

Completed in 54 milliseconds