Home
last modified time | relevance | path

Searched defs:ParseStatementInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp100 struct ParseStatementInfo { struct
102 SmallVector<std::unique_ptr<MCParsedAsmOperand>, 8> ParsedOperands;
105 unsigned Opcode = ~0U;
108 bool ParseError = false;
110 SmallVectorImpl<AsmRewrite> *AsmRewrites = nullptr;
113 ParseStatementInfo(SmallVectorImpl<AsmRewrite> *rewrites) in ParseStatementInfo() argument
H A DMasmParser.cpp98 struct ParseStatementInfo { struct
100 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() function