LLVM 20.0.0git
|
#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. | |
Typedefs | |
using | llvm::ModuleAnalysisManager = AnalysisManager< Module > |
Convenience typedef for the Module analysis manager. | |
Functions | |
std::unique_ptr< MIRParser > | llvm::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< MIRParser > | llvm::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. | |