Lines Matching refs:ParseStatementInfo
97 struct ParseStatementInfo { struct
109 ParseStatementInfo() : Opcode(~0U), ParseError(false), AsmRewrites(nullptr) {} in ParseStatementInfo() function
110 ParseStatementInfo(SmallVectorImpl<AsmRewrite> *rewrites) in ParseStatementInfo() argument
252 bool parseStatement(ParseStatementInfo &Info,
476 bool parseDirectiveMSEmit(SMLoc DirectiveLoc, ParseStatementInfo &Info,
480 bool parseDirectiveMSAlign(SMLoc DirectiveLoc, ParseStatementInfo &Info);
656 ParseStatementInfo Info; in Run()
1304 bool AsmParser::parseStatement(ParseStatementInfo &Info, in parseStatement()
4623 bool AsmParser::parseDirectiveMSEmit(SMLoc IDLoc, ParseStatementInfo &Info, in parseDirectiveMSEmit()
4640 bool AsmParser::parseDirectiveMSAlign(SMLoc IDLoc, ParseStatementInfo &Info) { in parseDirectiveMSAlign()
4702 ParseStatementInfo Info(&AsmStrRewrites); in parseMSInlineAsm()