Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h96 InterpCtor = create; in Register()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h145 static ExecutionEngine *(*InterpCtor)(std::unique_ptr<Module> M, variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp55 ExecutionEngine *(*ExecutionEngine::InterpCtor)(std::unique_ptr<Module> M, variable
549 if (ExecutionEngine::InterpCtor) in create()
550 return ExecutionEngine::InterpCtor(std::move(M), ErrorStr); in create()