LLVM 22.0.0git
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...

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.