Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h291 MCJITCtor = createJIT; in Register()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp49 ExecutionEngine *(*ExecutionEngine::MCJITCtor)( variable
536 if (ExecutionEngine::MCJITCtor) in create()
537 EE = ExecutionEngine::MCJITCtor(std::move(M), ErrorStr, std::move(MemMgr), in create()
556 if ((WhichEngine & EngineKind::JIT) && !ExecutionEngine::MCJITCtor) { in create()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h139 static ExecutionEngine *(*MCJITCtor)( variable