Lines Matching defs:AllocAddr
41 ExecutorAddr AllocAddr, SegInfoMap Segs)
42 : Parent(Parent), G(G), AllocAddr(AllocAddr), Segs(std::move(Segs)) {}
62 [OnFinalize = std::move(OnFinalize), AllocAddr = this->AllocAddr](
71 OnFinalize(FinalizedAlloc(AllocAddr));
89 Parent.SAs.Allocator, ArrayRef<ExecutorAddr>(AllocAddr));
95 ExecutorAddr AllocAddr;
111 Error SerializationErr, Expected<ExecutorAddr> AllocAddr) mutable {
113 cantFail(AllocAddr.takeError());
116 if (!AllocAddr)
117 return OnAllocated(AllocAddr.takeError());
119 completeAllocation(*AllocAddr, std::move(BL), std::move(OnAllocated));
143 ExecutorAddr AllocAddr, BasicLayout BL, OnAllocatedFunction OnAllocated) {
147 ExecutorAddr NextSegAddr = AllocAddr;
167 OnAllocated(std::make_unique<InFlightAlloc>(*this, BL.getGraph(), AllocAddr,