Home
last modified time | relevance | path

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

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