LLVM
8.0.1
|
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< MIRParser > | llvm::createMIRParserFromFile (StringRef Filename, SMDiagnostic &Error, LLVMContext &Context) |
This function is the main interface to the MIR serialization format parser. More... | |
std::unique_ptr< MIRParser > | llvm::createMIRParser (std::unique_ptr< MemoryBuffer > Contents, LLVMContext &Context) |
This function is another interface to the MIR serialization format parser. More... | |