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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h97 InterpCtor = create;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h129 friend class EngineBuilder; // To allow access to JITCtor and InterpCtor.
150 static ExecutionEngine *(*InterpCtor)(std::unique_ptr<Module> M, member in class:llvm::ExecutionEngine
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp59 ExecutionEngine *(*ExecutionEngine::InterpCtor)(std::unique_ptr<Module> M, variable
559 if (ExecutionEngine::InterpCtor)
560 return ExecutionEngine::InterpCtor(std::move(M), ErrorStr);

Completed in 78 milliseconds