Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp399 class MIParser { class
410 MIParser(PerFunctionMIParsingState &PFS, SMDiagnostic &Error,
412 MIParser(PerFunctionMIParsingState &PFS, SMDiagnostic &Error,
579 MIParser::MIParser(PerFunctionMIParsingState &PFS, SMDiagnostic &Error, in MIParser() function in MIParser
584 MIParser::MIParser(PerFunctionMIParsingState &PFS, SMDiagnostic &Error, in MIParser() function in MIParser
589 void MIParser::lex(unsigned SkipChar) { in lex()
595 bool MIParser::error(const Twine &Msg) { return error(Token.location(), Msg); } in error()
597 bool MIParser::error(StringRef::iterator Loc, const Twine &Msg) { in error()
614 SMLoc MIParser::mapSMLoc(StringRef::iterator Loc) { in mapSMLoc()
641 bool MIParser::expectAndConsume(MIToken::TokenKind TokenKind) { in expectAndConsume()
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile374 SRCS_EXT+= CodeGen/MIRParser/MIParser.cpp