Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/src/
H A Dinterop.cpp216 if (!Device.RTL || !Device.RTL->init_async_info || in __tgt_interop_init()
217 Device.RTL->init_async_info(DeviceId, &(InteropPtr)->async_info)) { in __tgt_interop_init()
H A Drtl.cpp221 *((void **)&R.init_async_info) = in loadRTLs()
/llvm-project-15.0.7/openmp/libomptarget/include/
H A Drtl.h120 init_async_info_ty *init_async_info = nullptr; member