llvm::MIRParser

This class initializes machine functions by applying the state loaded from a MIR file.

Synopsis

Declared in <llvm/CodeGen/MIRParser/MIRParser.h>

class MIRParser;

Member Functions

NameDescription
MIRParser [constructor]Constructors
~MIRParser [destructor]Destroys the MIR parser and its implementation.
parseIRModule Parses the optional LLVM IR module in the MIR file.
parseMachineFunctions parseMachineFunctions overloads

Non-Member Functions

NameDescription
createMIRParserThis function is another interface to the MIR serialization format parser.
createMIRParserFromFileThis function is the main interface to the MIR serialization format parser.