Searched refs:MIParser (Results 1 – 4 of 4) sorted by relevance
394 class MIParser { class404 MIParser(PerFunctionMIParsingState &PFS, SMDiagnostic &Error,556 MIParser::MIParser(PerFunctionMIParsingState &PFS, SMDiagnostic &Error, in MIParser() function in MIParser561 void MIParser::lex(unsigned SkipChar) { in lex()567 bool MIParser::error(const Twine &Msg) { return error(Token.location(), Msg); } in error()569 bool MIParser::error(StringRef::iterator Loc, const Twine &Msg) { in error()606 bool MIParser::expectAndConsume(MIToken::TokenKind TokenKind) { in expectAndConsume()613 bool MIParser::consumeIfPresent(MIToken::TokenKind TokenKind) { in consumeIfPresent()621 bool MIParser::parseSectionID(Optional<MBBSectionID> &SID) { in parseSectionID()642 bool MIParser::parseBasicBlockDefinition( in parseBasicBlockDefinition()[all …]
3 MIParser.cpp
10 MIParser.cpp \
14 "MIParser.cpp",