Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/server/
H A DServer.cpp75 HostToRemoteDeviceImage[(void *)DeviceImage->image_ptr()]; in IsValidBinary()
86 (void *)(DeviceImage->image_ptr())) in IsValidBinary()
130 HostToRemoteDeviceImage[(void *)Binary->image_ptr()]; in LoadBinary()
137 SERVER_DBG("Loaded binary (%p) to device %d", (void *)Binary->image_ptr(), in LoadBinary()
/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/include/
H A Dopenmp.proto47 uint64 image_ptr = 1; field
72 uint64 image_ptr = 1; field
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h2413 size_t AddImageToken(lldb::addr_t image_ptr);
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp5789 size_t Process::AddImageToken(lldb::addr_t image_ptr) { in AddImageToken() argument
5790 m_image_tokens.push_back(image_ptr); in AddImageToken()