Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h92 using FunctionCreator = std::function<void *(const std::string &)>; variable
155 FunctionCreator LazyFunctionCreator;
479 void InstallLazyFunctionCreator(FunctionCreator C) { in InstallLazyFunctionCreator()