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 89 /// NoARM - True if subtarget does not support ARM mode execution.
90 bool NoARM;
244 bool hasARMOps() const { return !NoARM; }
ARMSubtarget.cpp 94 NoARM = false;

Completed in 32 milliseconds