llvm::FunctionCreator

Callback that materializes an unknown function by name for the JIT.

Synopsis

Declared in <llvm/ExecutionEngine/ExecutionEngine.h>

using FunctionCreator = std::function<void*(std::string const&)>;