Searched defs:ParseInstructionInfo (Results 1 – 1 of 1) sorted by relevance
67 struct ParseInstructionInfo { struct71 ParseInstructionInfo() : AsmRewrites(nullptr) {} in ParseInstructionInfo() argument72 ParseInstructionInfo(SmallVectorImpl<AsmRewrite> *rewrites) in ParseInstructionInfo() function75 ~ParseInstructionInfo() {} in ~ParseInstructionInfo() argument