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

  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 70 /// InThumbMode - True if compiling for Thumb, false for ARM.
71 bool InThumbMode;
229 bool isThumb() const { return InThumbMode; }
230 bool isThumb1Only() const { return InThumbMode && !HasThumb2; }
231 bool isThumb2() const { return InThumbMode && HasThumb2; }
ARMSubtarget.cpp 55 , InThumbMode(false)

Completed in 570 milliseconds