Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/src/
H A DClient.h78 __tgt_target_table *loadBinary(int32_t DeviceId, __tgt_device_image *Image);
133 __tgt_target_table *loadBinary(int32_t DeviceId, __tgt_device_image *Image);
H A Drtl.cpp68 return Manager->loadBinary(DeviceId, (__tgt_device_image *)Image); in __tgt_rtl_load_binary()
H A DClient.cpp212 __tgt_target_table *RemoteOffloadClient::loadBinary(int32_t DeviceId, in loadBinary() function in RemoteOffloadClient
640 __tgt_target_table *RemoteClientManager::loadBinary(int32_t DeviceId, in loadBinary() function in RemoteClientManager
644 return Clients[ClientIdx].loadBinary(DeviceIdx, Image); in loadBinary()
/llvm-project-15.0.7/openmp/libomptarget/include/
H A Ddevice.h398 __tgt_target_table *loadBinary(void *Img);
/llvm-project-15.0.7/openmp/libomptarget/src/
H A Ddevice.cpp511 __tgt_target_table *DeviceTy::loadBinary(void *Img) { in loadBinary() function in DeviceTy
H A Domptarget.cpp112 Device.loadBinary(Img); in initLibrary()
/llvm-project-15.0.7/openmp/libomptarget/plugins/cuda/src/
H A Drtl.cpp806 __tgt_target_table *loadBinary(const int DeviceId, in loadBinary() function in __anondfa3b3cd0111::DeviceRTLTy
1608 return DeviceRTL.loadBinary(DeviceId, Image); in __tgt_rtl_load_binary()