LLVM 20.0.0git
|
Contains a base ThunkInserter class that simplifies injection of MI thunks as well as a default implementation of MachineFunctionPass wrapping several ThunkInserter
s for targets to extend.
More...
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineModuleInfo.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/Module.h"
Go to the source code of this file.
Classes | |
class | llvm::ThunkInserter< Derived, InsertedThunksTy > |
This class assists in inserting MI thunk functions into the module and rewriting the existing machine functions to call these thunks. More... | |
class | llvm::ThunkInserterPass< Inserters > |
Basic implementation of MachineFunctionPass wrapping one or more ThunkInserter s passed as type parameters. More... | |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
Contains a base ThunkInserter class that simplifies injection of MI thunks as well as a default implementation of MachineFunctionPass wrapping several ThunkInserter
s for targets to extend.
Definition in file IndirectThunks.h.