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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h299 MCJITCtor = createJIT;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h139 static ExecutionEngine *(*MCJITCtor)( member in class:llvm::ExecutionEngine
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp50 ExecutionEngine *(*ExecutionEngine::MCJITCtor)( variable
548 } else if (ExecutionEngine::MCJITCtor)
549 EE = ExecutionEngine::MCJITCtor(std::move(M), ErrorStr, std::move(MemMgr),
568 if ((WhichEngine & EngineKind::JIT) && !ExecutionEngine::MCJITCtor) {

Completed in 61 milliseconds