LLVM  8.0.1
Classes | Namespaces | Functions
MIRParser.h File Reference
#include "llvm/IR/Module.h"
#include "llvm/Support/MemoryBuffer.h"
#include <memory>
Include dependency graph for MIRParser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::MIRParser
 This class initializes machine functions by applying the state loaded from a MIR file. More...
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

Functions

std::unique_ptr< MIRParserllvm::createMIRParserFromFile (StringRef Filename, SMDiagnostic &Error, LLVMContext &Context)
 This function is the main interface to the MIR serialization format parser. More...
 
std::unique_ptr< MIRParserllvm::createMIRParser (std::unique_ptr< MemoryBuffer > Contents, LLVMContext &Context)
 This function is another interface to the MIR serialization format parser. More...