Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp63 class MIParser { class
89 MIParser(const PerFunctionMIParsingState &PFS, SMDiagnostic &Error,
257 MIParser::MIParser(const PerFunctionMIParsingState &PFS, SMDiagnostic &Error, in MIParser() function in MIParser
262 void MIParser::lex(unsigned SkipChar) { in lex()
268 bool MIParser::error(const Twine &Msg) { return error(Token.location(), Msg); } in error()
270 bool MIParser::error(StringRef::iterator Loc, const Twine &Msg) { in error()
304 bool MIParser::expectAndConsume(MIToken::TokenKind TokenKind) { in expectAndConsume()
311 bool MIParser::consumeIfPresent(MIToken::TokenKind TokenKind) { in consumeIfPresent()
318 bool MIParser::parseBasicBlockDefinition( in parseBasicBlockDefinition()
385 bool MIParser::parseBasicBlockDefinitions( in parseBasicBlockDefinitions()
[all …]
DCMakeLists.txt3 MIParser.cpp