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

/freebsd-10.2-release/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp96 struct ParseStatementInfo { struct in namespace:__anon2401
108 ParseStatementInfo() : Opcode(~0U), ParseError(false), AsmRewrites(0) {} function in struct:__anon2401::ParseStatementInfo
109 ParseStatementInfo(SmallVectorImpl<AsmRewrite> *rewrites) function in struct:__anon2401::ParseStatementInfo
112 ~ParseStatementInfo() {
248 bool parseStatement(ParseStatementInfo &Info);
460 bool parseDirectiveMSEmit(SMLoc DirectiveLoc, ParseStatementInfo &Info,
464 bool parseDirectiveMSAlign(SMLoc DirectiveLoc, ParseStatementInfo &Info);
629 ParseStatementInfo Info;
1146 bool AsmParser::parseStatement(ParseStatementInfo &Info) {
4068 bool AsmParser::parseDirectiveMSEmit(SMLoc IDLoc, ParseStatementInfo
[all...]

Completed in 51 milliseconds