Lines Matching refs:StandardSegs
477 sys::MemoryBlock StandardSegs, sys::MemoryBlock FinalizeSegs) in allocate() argument
479 StandardSegs(std::move(StandardSegs)), in allocate()
501 new FinalizedAllocInfo(StandardSegs, std::move(*DeallocActions))))); in allocate()
505 OnAbandoned(joinErrors(Parent.freeBlock(StandardSegs), in allocate()
531 sys::MemoryBlock StandardSegs; in allocate() member in llvm::JITLinkSlabAllocator::allocate::IPMMAlloc
563 sys::MemoryBlock StandardSegs(AllocBase, SegsSizes->StandardSegs); in allocate() local
564 sys::MemoryBlock FinalizeSegs(AllocBase + SegsSizes->StandardSegs, in allocate()
567 auto NextStandardSegAddr = ExecutorAddr::fromPtr(StandardSegs.base()); in allocate()
572 if (SegsSizes->StandardSegs) in allocate()
574 NextStandardSegAddr + StandardSegs.allocatedSize()) in allocate()
615 new IPMMAlloc(*this, std::move(BL), std::move(StandardSegs), in allocate()