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

  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 149 NoARM = false;
212 NoARM = true;
ARMSubtarget.h 106 /// NoARM - True if subtarget does not support ARM mode execution.
107 bool NoARM;
309 bool hasARMOps() const { return !NoARM; }

Completed in 84 milliseconds