Searched refs:MIParser (Results 1 – 3 of 3) sorted by relevance
57 class MIParser { class86 MIParser(SourceMgr &SM, MachineFunction &MF, SMDiagnostic &Error,247 MIParser::MIParser(SourceMgr &SM, MachineFunction &MF, SMDiagnostic &Error, in MIParser() function in MIParser253 void MIParser::lex() { in lex()259 bool MIParser::error(const Twine &Msg) { return error(Token.location(), Msg); } in error()261 bool MIParser::error(StringRef::iterator Loc, const Twine &Msg) { in error()294 bool MIParser::expectAndConsume(MIToken::TokenKind TokenKind) { in expectAndConsume()301 bool MIParser::consumeIfPresent(MIToken::TokenKind TokenKind) { in consumeIfPresent()308 bool MIParser::parseBasicBlockDefinition( in parseBasicBlockDefinition()375 bool MIParser::parseBasicBlockDefinitions( in parseBasicBlockDefinitions()[all …]
3 MIParser.cpp
5 MIParser.cpp \