Home
last modified time | relevance | path

Searched defs:Reservation (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DExecutorSharedMemoryMapperService.h48 struct Reservation { global() struct
55 SharedMemoryFileReservation global() argument
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMemoryMapper.h111 struct Reservation { struct
115 using ReservationMap = DenseMap<void *, Reservation>; argument
157 struct Reservation { struct
167 std::map<ExecutorAddr, Reservation> Reservations; argument
/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DExecutorSharedMemoryMapperService.cpp220 auto AllocationIt = llvm::find(Reservation.second.Allocations, Base); in deinitialize() local
142 initialize(ExecutorAddr Reservation,tpctypes::SharedMemoryFinalizeRequest & FR) initialize() argument
/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DSharedMemoryMapperTest.cpp73 auto Reservation = std::move(*Result); in TEST() local
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMemoryMapper.cpp328 assert(Reservation != Reservations.begin() && "Attempt to initialize unreserved range"); in initialize() local