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.h 81 /// NoARM - True if subtarget does not support ARM mode execution.
82 bool NoARM;
204 bool hasARMOps() const { return !NoARM; }
ARMSubtarget.cpp 58 , NoARM(false)

Completed in 1579 milliseconds