ΒΆvoid makeStub(llvm::Function& F,
              llvm::Value& ImplPointer)

Description

Turn a function declaration into a stub function that makes an indirect call using the given function pointer.

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

Parameters

llvm::Function& F
llvm::Value& ImplPointer