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

Name

Description

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

Name

Description

createMIRParser

This function is another interface to the MIR serialization format parser.

createMIRParserFromFile

This function is the main interface to the MIR serialization format parser.

Created with MrDocs