Searched refs:MCJITCtor (Results 1 - 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h76 MCJITCtor = createJIT;
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h301 MCJITCtor = createJIT;
/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h136 static ExecutionEngine *(*MCJITCtor)( member in class:llvm::ExecutionEngine
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
H A DExecutionEngine.h138 static ExecutionEngine *(*MCJITCtor)( member in class:llvm::ExecutionEngine
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
H A DExecutionEngine.cpp47 ExecutionEngine *(*ExecutionEngine::MCJITCtor)( variable
471 if (UseMCJIT && ExecutionEngine::MCJITCtor) {
473 ExecutionEngine::MCJITCtor(M, ErrorStr, JMM, OptLevel,
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp48 ExecutionEngine *(*ExecutionEngine::MCJITCtor)( variable
544 } else if (ExecutionEngine::MCJITCtor)
545 EE = ExecutionEngine::MCJITCtor(std::move(M), ErrorStr, std::move(MemMgr),
564 if ((WhichEngine & EngineKind::JIT) && !ExecutionEngine::MCJITCtor) {

Completed in 135 milliseconds