Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp95 struct ParseStatementInfo { struct
97 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() function
108 ParseStatementInfo(SmallVectorImpl<AsmRewrite> *rewrites) in ParseStatementInfo() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DAsmParser.cpp103 struct ParseStatementInfo { struct
105 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCParser/
H A DAsmParser.cpp99 struct ParseStatementInfo { struct
101 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
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() argument