Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp494 if (auto Err = Parent.freeBlock(FinalizeSegs)) { in allocate()
505 OnAbandoned(joinErrors(Parent.freeBlock(StandardSegs), in allocate()
506 Parent.freeBlock(FinalizeSegs))); in allocate()
628 Err = joinErrors(std::move(Err), freeBlock(FAI->Mem)); in deallocate()
682 Error freeBlock(sys::MemoryBlock MB) { in freeBlock() function in llvm::JITLinkSlabAllocator