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

  /external/llvm/lib/Target/X86/
X86Subtarget.h 217 bool isTargetNaCl() const {
220 bool isTargetNaCl32() const { return isTargetNaCl() && !is64Bit(); }
221 bool isTargetNaCl64() const { return isTargetNaCl() && is64Bit(); }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 221 bool isTargetNaCl() const {

Completed in 255 milliseconds