Home
last modified time | relevance | path

Searched refs:SlabRemaining (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp547 if (SegsSizes->total() > SlabRemaining.allocatedSize()) { in allocate()
552 formatv("{0:x}", SlabRemaining.allocatedSize()) + " bytes", in allocate()
557 AllocBase = reinterpret_cast<char *>(SlabRemaining.base()); in allocate()
558 SlabRemaining = in allocate()
560 SlabRemaining.allocatedSize() - SegsSizes->total()); in allocate()
667 SlabRemaining = in JITLinkSlabAllocator()
679 ExecutorAddr::fromPtr(SlabRemaining.base()); in JITLinkSlabAllocator()
688 sys::MemoryBlock SlabRemaining; member in llvm::JITLinkSlabAllocator