Lines Matching defs:AllocId
180 MCPlusBuilder::AllocatorIdTy AllocId) {
189 WorkFunction(BF, AllocId);
194 unsigned AllocId = 1;
195 auto EnsureAllocatorExists = [&BC](unsigned AllocId) {
196 if (!BC.MIB->checkAllocatorExists(AllocId)) {
200 assert(AllocId == Id && "unexpected allocator id created");
205 EnsureAllocatorExists(AllocId);
207 AllocId);
229 EnsureAllocatorExists(AllocId);
230 Pool.async(runBlock, BlockBegin, std::next(It), AllocId);
231 AllocId++;
237 EnsureAllocatorExists(AllocId);
239 Pool.async(runBlock, BlockBegin, BC.getBinaryFunctions().end(), AllocId);