Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp102 struct ParseStatementInfo { struct
104 SmallVector<std::unique_ptr<MCParsedAsmOperand>, 8> ParsedOperands;
107 unsigned Opcode = ~0U;
110 bool ParseError = false;
112 SmallVectorImpl<AsmRewrite> *AsmRewrites = nullptr;
115 ParseStatementInfo(SmallVectorImpl<AsmRewrite> *rewrites) in ParseStatementInfo() function
H A DMasmParser.cpp101 struct ParseStatementInfo { struct
103 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