Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h96 InterpCtor = create; in Register()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h145 static ExecutionEngine *(*InterpCtor)(std::unique_ptr<Module> M, variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp56 ExecutionEngine *(*ExecutionEngine::InterpCtor)(std::unique_ptr<Module> M, variable
550 if (ExecutionEngine::InterpCtor) in create()
551 return ExecutionEngine::InterpCtor(std::move(M), ErrorStr); in create()