Searched refs:execution_session (Results 1 – 2 of 2) sorted by relevance
89 std::unique_ptr<llvm::orc::ExecutionSession> execution_session, in SimpleOrcJIT() argument99 execution_session_(std::move(execution_session)), in SimpleOrcJIT()173 auto execution_session = std::make_unique<llvm::orc::ExecutionSession>(); in Create() local175 std::move(*target_process_control), std::move(execution_session), in Create()
58 std::unique_ptr<llvm::orc::ExecutionSession> execution_session,