Lines Matching defs:EI
196 SimpleRemoteEPCExecutorInfo EI;
197 EI.TargetTriple = sys::getProcessTriple();
199 EI.PageSize = *PageSize;
202 EI.BootstrapMap = std::move(BootstrapMap);
203 EI.BootstrapSymbols = std::move(BootstrapSymbols);
205 assert(!EI.BootstrapSymbols.count(ExecutorSessionObjectName) &&
207 assert(!EI.BootstrapSymbols.count(DispatchFnName) &&
209 EI.BootstrapSymbols[ExecutorSessionObjectName] = ExecutorAddr::fromPtr(this);
210 EI.BootstrapSymbols[DispatchFnName] = ExecutorAddr::fromPtr(jitDispatchEntry);
211 EI.BootstrapSymbols[rt::RegisterEHFrameSectionWrapperName] =
213 EI.BootstrapSymbols[rt::DeregisterEHFrameSectionWrapperName] =
219 shared::WrapperFunctionResult::allocate(SPSSerialize::size(EI));
221 if (!SPSSerialize::serialize(OB, EI))