Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp394 class MIParser { class
404 MIParser(PerFunctionMIParsingState &PFS, SMDiagnostic &Error,
556 MIParser::MIParser(PerFunctionMIParsingState &PFS, SMDiagnostic &Error, in MIParser() function in MIParser
561 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 …]
H A DCMakeLists.txt3 MIParser.cpp
/netbsd-src/external/apache2/llvm/lib/libLLVMMIRParser/
H A DMakefile10 MIParser.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/CodeGen/MIRParser/
H A DBUILD.gn14 "MIParser.cpp",