Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DAsmParser.cpp95 struct ParseStatementInfo { struct
107 ParseStatementInfo() : Opcode(~0U), ParseError(false), AsmRewrites(nullptr) {} in ParseStatementInfo() function
108 ParseStatementInfo(SmallVectorImpl<AsmRewrite> *rewrites) in ParseStatementInfo() argument
294 bool parseStatement(ParseStatementInfo &Info,
530 bool parseDirectiveMSEmit(SMLoc DirectiveLoc, ParseStatementInfo &Info,
534 bool parseDirectiveMSAlign(SMLoc DirectiveLoc, ParseStatementInfo &Info);
726 ParseStatementInfo Info; in Run()
1395 bool AsmParser::parseStatement(ParseStatementInfo &Info, in parseStatement()
4999 bool AsmParser::parseDirectiveMSEmit(SMLoc IDLoc, ParseStatementInfo &Info, in parseDirectiveMSEmit()
5016 bool AsmParser::parseDirectiveMSAlign(SMLoc IDLoc, ParseStatementInfo &Info) { in parseDirectiveMSAlign()
[all …]