HomeSort by: relevance | last modified time | path
    Searched refs:MIParser (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/lib/libLLVMMIRParser/
Makefile 10 MIParser.cpp \
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIParser.cpp 1 //===- MIParser.cpp - Machine instructions parser implementation ----------===//
13 #include "llvm/CodeGen/MIRParser/MIParser.h"
394 class MIParser {
404 MIParser(PerFunctionMIParsingState &PFS, SMDiagnostic &Error,
556 MIParser::MIParser(PerFunctionMIParsingState &PFS, SMDiagnostic &Error,
561 void MIParser::lex(unsigned SkipChar) {
567 bool MIParser::error(const Twine &Msg) { return error(Token.location(), Msg); }
569 bool MIParser::error(StringRef::iterator Loc, const Twine &Msg) {
606 bool MIParser::expectAndConsume(MIToken::TokenKind TokenKind)
    [all...]

Completed in 17 milliseconds