Searched refs:mpExec (Results 1 – 5 of 5) sorted by relevance
101 mpExec = EngineBuilder(std::move(newModule)) in JitManager()110 mpExec->setObjectCache(&mCache); in JitManager()115 mpExec->RegisterJITEventListener(vTune); in JitManager()191 mpExec->addModule(std::move(newModule)); in SetupNewModule()361 auto* pTarget = mpExec->getTargetMachine(); in DumpAsm()
135 llvm::ExecutionEngine* mpExec; member
331 pfnStreamOut = (PFN_SO_FUNC)(pJitMgr->mpExec->getFunctionAddress(func->getName().str())); in JitStreamoutFunc()
826 pfnBlend = (PFN_BLEND_JIT_FUNC)(pJitMgr->mpExec->getFunctionAddress(func->getName().str())); in JitBlendFunc()
2910 pfnFetch = (PFN_FETCH_FUNC)(pJitMgr->mpExec->getFunctionAddress(func->getName().str())); in JitFetchFunc()