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

/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h292 MCJITCtor = createJIT;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h138 static ExecutionEngine *(*MCJITCtor)( member in class:llvm::ExecutionEngine
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp50 ExecutionEngine *(*ExecutionEngine::MCJITCtor)( variable
537 if (ExecutionEngine::MCJITCtor)
538 EE = ExecutionEngine::MCJITCtor(std::move(M), ErrorStr, std::move(MemMgr),
557 if ((WhichEngine & EngineKind::JIT) && !ExecutionEngine::MCJITCtor) {

Completed in 175 milliseconds