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() function
99 struct ParseStatementInfo { struct101 SmallVector<std::unique_ptr<MCParsedAsmOperand>, 8> ParsedOperands;104 unsigned Opcode = ~0U;107 bool ParseError = false;109 SmallVectorImpl<AsmRewrite> *AsmRewrites = nullptr;112 ParseStatementInfo(SmallVectorImpl<AsmRewrite> *rewrites) in ParseStatementInfo() argument
98 struct ParseStatementInfo { struct100 SmallVector<std::unique_ptr<MCParsedAsmOperand>, 8> ParsedOperands;103 unsigned Opcode = ~0U;106 bool ParseError = false;109 std::optional<std::string> ExitValue;111 SmallVectorImpl<AsmRewrite> *AsmRewrites = nullptr;114 ParseStatementInfo(SmallVectorImpl<AsmRewrite> *rewrites) in ParseStatementInfo() argument