LLVM 19.0.0git
Classes | Namespaces | Functions
MIRParser.h File Reference
#include "llvm/ADT/STLFunctionalExtras.h"
#include "llvm/ADT/StringRef.h"
#include <functional>
#include <memory>
#include <optional>

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

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Functions

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