Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h97 InterpCtor = create; in Register()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h150 static ExecutionEngine *(*InterpCtor)(std::unique_ptr<Module> M, variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp59 ExecutionEngine *(*ExecutionEngine::InterpCtor)(std::unique_ptr<Module> M, variable
559 if (ExecutionEngine::InterpCtor) in create()
560 return ExecutionEngine::InterpCtor(std::move(M), ErrorStr); in create()