Searched refs:mpExec (Results 1 – 5 of 5) sorted by relevance
125 mpExec = EB.create(); in JitManager()129 mpExec->RegisterJITEventListener(vTune); in JitManager()189 mpExec->addModule(std::move(newModule)); in SetupNewModule()213 newModule->setDataLayout(*mpExec->getDataLayout()); in SetupModuleFromIR()215 newModule->setDataLayout(mpExec->getDataLayout()); in SetupModuleFromIR()226 mpExec->addModule(std::move(newModule)); in SetupModuleFromIR()269 auto* pTarget = mpExec->getTargetMachine(); in DumpAsm()
153 llvm::ExecutionEngine* mpExec; member
330 pfnStreamOut = (PFN_SO_FUNC)(pJitMgr->mpExec->getFunctionAddress(func->getName().str())); in JitStreamoutFunc()
823 pfnBlend = (PFN_BLEND_JIT_FUNC)(pJitMgr->mpExec->getFunctionAddress(func->getName().str())); in JitBlendFunc()
1772 pfnFetch = (PFN_FETCH_FUNC)(pJitMgr->mpExec->getFunctionAddress(func->getName().str())); in JitFetchFunc()