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

  /external/llvm/lib/Target/AVR/
AVRSubtarget.cpp 40 m_hasELPMX(false), m_hasSPM(false), m_hasSPMX(false), m_hasDES(false),
AVRSubtarget.h 66 bool hasSPM() const { return m_hasSPM; }
101 bool m_hasSPM;

Completed in 117 milliseconds