Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AVR/
DAVRSubtarget.h71 bool hasBREAK() const { return m_hasBREAK; } in hasBREAK()
106 bool m_hasBREAK; variable
DAVRSubtarget.cpp41 m_supportsRMW(false), m_supportsMultiplication(false), m_hasBREAK(false), in AVRSubtarget()
DAVR.td132 def FeatureBREAK : SubtargetFeature<"break", "m_hasBREAK", "true",