15#ifndef FORTRAN_OPTIMIZER_BUILDER_RUNTIME_TRAMPOLINE_H
16#define FORTRAN_OPTIMIZER_BUILDER_RUNTIME_TRAMPOLINE_H
27namespace fir::runtime {
31mlir::Value genTrampolineInit(fir::FirOpBuilder &builder, mlir::Location loc,
32 mlir::Value scratch, mlir::Value calleeAddress,
33 mlir::Value staticChainAddress);
37mlir::Value genTrampolineAdjust(fir::FirOpBuilder &builder, mlir::Location loc,
42void genTrampolineFree(fir::FirOpBuilder &builder, mlir::Location loc,
Definition FIRBuilder.h:56
Definition AbstractConverter.h:37
Definition AbstractConverter.h:32