ΒΆtemplate <typename T>
T jitTargetAddressToFunction(
    llvm::JITTargetAddress Addr)

Description

Convert a JITTargetAddress to a callable function pointer. Casts the given address to a callable function pointer. This operation will perform pointer signing for platforms that require it (e.g. arm64e).

Declared at: llvm/include/llvm/ExecutionEngine/JITSymbol.h:61

Templates

T

Parameters

llvm::JITTargetAddress Addr