This class initializes machine functions by applying the state loaded from a MIR file.
Declared in <llvm/CodeGen/MIRParser/MIRParser.h>
class MIRParser;
| 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 |
| 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. |