Searched defs:ParseStatementInfo (Results 1 – 4 of 4) sorted by relevance
95 struct ParseStatementInfo { struct97 SmallVector<std::unique_ptr<MCParsedAsmOperand>, 8> ParsedOperands;100 unsigned Opcode;103 bool ParseError;105 SmallVectorImpl<AsmRewrite> *AsmRewrites;107 ParseStatementInfo() : Opcode(~0U), ParseError(false), AsmRewrites(nullptr) {} in ParseStatementInfo() function108 ParseStatementInfo(SmallVectorImpl<AsmRewrite> *rewrites) in ParseStatementInfo() argument
103 struct ParseStatementInfo { struct105 SmallVector<std::unique_ptr<MCParsedAsmOperand>, 8> ParsedOperands;108 unsigned Opcode = ~0U;111 bool ParseError = false;113 SmallVectorImpl<AsmRewrite> *AsmRewrites = nullptr;116 ParseStatementInfo(SmallVectorImpl<AsmRewrite> *rewrites) in ParseStatementInfo() argument
101 struct ParseStatementInfo { struct103 SmallVector<std::unique_ptr<MCParsedAsmOperand>, 8> ParsedOperands;106 unsigned Opcode = ~0U;109 bool ParseError = false;111 SmallVectorImpl<AsmRewrite> *AsmRewrites = nullptr;114 ParseStatementInfo(SmallVectorImpl<AsmRewrite> *rewrites) in ParseStatementInfo() argument
101 struct ParseStatementInfo { struct103 SmallVector<std::unique_ptr<MCParsedAsmOperand>, 8> ParsedOperands;106 unsigned Opcode = ~0U;109 bool ParseError = false;112 Optional<std::string> ExitValue;114 SmallVectorImpl<AsmRewrite> *AsmRewrites = nullptr;117 ParseStatementInfo(SmallVectorImpl<AsmRewrite> *rewrites) in ParseStatementInfo() argument