Lines Matching refs:ParseStatementInfo
95 struct ParseStatementInfo { struct
107 ParseStatementInfo() : Opcode(~0U), ParseError(false), AsmRewrites(nullptr) {} in ParseStatementInfo() function
108 ParseStatementInfo(SmallVectorImpl<AsmRewrite> *rewrites) in ParseStatementInfo() function
241 bool parseStatement(ParseStatementInfo &Info,
460 bool parseDirectiveMSEmit(SMLoc DirectiveLoc, ParseStatementInfo &Info,
464 bool parseDirectiveMSAlign(SMLoc DirectiveLoc, ParseStatementInfo &Info);
633 ParseStatementInfo Info; in Run()
1179 bool AsmParser::parseStatement(ParseStatementInfo &Info, in parseStatement()
4484 bool AsmParser::parseDirectiveMSEmit(SMLoc IDLoc, ParseStatementInfo &Info, in parseDirectiveMSEmit()
4501 bool AsmParser::parseDirectiveMSAlign(SMLoc IDLoc, ParseStatementInfo &Info) { in parseDirectiveMSAlign()
4564 ParseStatementInfo Info(&AsmStrRewrites); in parseMSInlineAsm()