Searched defs:NoARM (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMSubtarget.h89 /// NoARM - True if subtarget does not support ARM mode execution.
90 bool NoARM; member in class:llvm::ARMSubtarget
244 bool hasARMOps() const { return !NoARM; }

Completed in 59 milliseconds