Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DExecutorSharedMemoryMapperService.cpp221 auto AllocationIt = llvm::find(Reservation.second.Allocations, Base); in deinitialize() local
222 if (AllocationIt != Reservation.second.Allocations.end()) { in deinitialize()
223 Reservation.second.Allocations.erase(AllocationIt); in deinitialize()