LLVM 19.0.0git
Classes | Namespaces
IndirectThunks.h File Reference

Contains a base ThunkInserter class that simplifies injection of MI thunks as well as a default implementation of MachineFunctionPass wrapping several ThunkInserters 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 ThunkInserters passed as type parameters. More...
 

Namespaces

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

Detailed Description

Contains a base ThunkInserter class that simplifies injection of MI thunks as well as a default implementation of MachineFunctionPass wrapping several ThunkInserters for targets to extend.

Definition in file IndirectThunks.h.