ΒΆllvm::Constant* createIRTypedAddress(
    llvm::FunctionType& FT,
    llvm::JITTargetAddress Addr)

Description

Build a function pointer of FunctionType with the given constant address. Usage example: Turn a trampoline address into a function pointer constant for use in a stub.

Declared at: llvm/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h:491

Parameters

llvm::FunctionType& FT
llvm::JITTargetAddress Addr