Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h98 InterpCtor = create; in Register()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h150 static ExecutionEngine *(*InterpCtor)(std::unique_ptr<Module> M, variable
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp60 ExecutionEngine *(*ExecutionEngine::InterpCtor)(std::unique_ptr<Module> M, variable
560 if (ExecutionEngine::InterpCtor) in create()
561 return ExecutionEngine::InterpCtor(std::move(M), ErrorStr); in create()