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

  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 77 /// IsMClass - True if the subtarget belongs to the 'M' profile of CPUs -
79 bool IsMClass;
245 bool isMClass() const { return IsMClass; }
246 bool isARClass() const { return !IsMClass; }
ARMSubtarget.cpp 57 , IsMClass(false)
106 if ((TT.find("eabi") != std::string::npos) || (isTargetIOS() && isMClass()))

Completed in 88 milliseconds