|
LLVM
3.7.0
|
#include "llvm/ADT/StringRef.h"#include "llvm/CodeGen/MachineFunctionInitializer.h"#include "llvm/IR/Module.h"#include "llvm/Support/MemoryBuffer.h"#include <memory>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 | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
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... | |
1.8.6