Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp40 ExecutionEngine *(*ExecutionEngine::JITCtor)( variable
427 if (ExecutionEngine::JITCtor == 0) { in createJIT()
443 return ExecutionEngine::JITCtor(M, ErrorStr, JMM, OptLevel, GVsWithCode, TM); in createJIT()
476 } else if (ExecutionEngine::JITCtor) { in create()
478 ExecutionEngine::JITCtor(M, ErrorStr, JMM, OptLevel, in create()
495 if ((WhichEngine & EngineKind::JIT) && ExecutionEngine::JITCtor == 0) { in create()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJIT.h87 JITCtor = createJIT; in Register()
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DExecutionEngine.h131 static ExecutionEngine *(*JITCtor)( variable