Home
last modified time | relevance | path

Searched refs:m_hasJMPCALL (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/AVR/
DAVRSubtarget.h56 bool hasJMPCALL() const { return m_hasJMPCALL; } in hasJMPCALL()
91 bool m_hasJMPCALL; variable
DAVRSubtarget.cpp37 m_hasSRAM(false), m_hasJMPCALL(false), m_hasIJMPCALL(false), in AVRSubtarget()
DAVR.td57 def FeatureJMPCALL : SubtargetFeature<"jmpcall", "m_hasJMPCALL", "true",