ΒΆllvm::GlobalVariable* createImplPointer(
    llvm::PointerType& PT,
    llvm::Module& M,
    const llvm::Twine& Name,
    llvm::Constant* Initializer)

Description

Create a function pointer with the given type, name, and initializer in the given Module.

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

Parameters

llvm::PointerType& PT
llvm::Module& M
const llvm::Twine& Name
llvm::Constant* Initializer