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

  /external/llvm/lib/Target/AVR/
AVRSubtarget.cpp 37 m_hasSRAM(false), m_hasJMPCALL(false), m_hasIJMPCALL(false),
AVRSubtarget.h 56 bool hasJMPCALL() const { return m_hasJMPCALL; }
91 bool m_hasJMPCALL;

Completed in 394 milliseconds