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 281 bool isTargetNaCl() const {
284 bool isTargetNaCl32() const { return isTargetNaCl() && !is64Bit(); }
285 bool isTargetNaCl64() const { return isTargetNaCl() && is64Bit(); }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 262 bool isTargetNaCl() const {

Completed in 511 milliseconds