Home
last modified time | relevance | path

Searched refs:FunctionCreator (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h95 using FunctionCreator = std::function<void *(const std::string &)>; variable
151 FunctionCreator LazyFunctionCreator;
500 void InstallLazyFunctionCreator(FunctionCreator C) { in InstallLazyFunctionCreator()