Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/src/
H A DClient.cpp217 auto *ImageMessage = in loadBinary() local
220 ImageMessage->set_image_ptr((uint64_t)Image->ImageStart); in loadBinary()
221 ImageMessage->set_device_id(DeviceId); in loadBinary()
223 RPCStatus = Stub->LoadBinary(&Context, *ImageMessage, Reply); in loadBinary()