Lines Matching refs:ExecutorAddr
53 Expected<std::pair<ExecutorAddr, std::string>>
117 return std::make_pair(ExecutorAddr::fromPtr(Addr), in reserve()
126 Expected<ExecutorAddr> ExecutorSharedMemoryMapperService::initialize( in initialize()
127 ExecutorAddr Reservation, tpctypes::SharedMemoryFinalizeRequest &FR) { in initialize()
130 ExecutorAddr MinAddr(~0ULL); in initialize()
189 const std::vector<ExecutorAddr> &Bases) { in deinitialize()
209 const std::vector<ExecutorAddr> &Bases) { in release()
214 std::vector<ExecutorAddr> AllocAddrs; in release()
267 std::vector<ExecutorAddr> ReservationAddrs; in shutdown()
273 ReservationAddrs.push_back(ExecutorAddr::fromPtr(R.getFirst())); in shutdown()
283 StringMap<ExecutorAddr> &M) { in addBootstrapSymbols()
285 ExecutorAddr::fromPtr(this); in addBootstrapSymbols()
287 ExecutorAddr::fromPtr(&reserveWrapper); in addBootstrapSymbols()
289 ExecutorAddr::fromPtr(&initializeWrapper); in addBootstrapSymbols()
291 ExecutorAddr::fromPtr(&deinitializeWrapper); in addBootstrapSymbols()
293 ExecutorAddr::fromPtr(&releaseWrapper); in addBootstrapSymbols()