Home
last modified time | relevance | path

Searched defs:RTLInfoTy (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/openmp/libomptarget/src/
Drtl.h27 struct RTLInfoTy { struct
28 typedef int32_t(is_valid_binary_ty)(void *);
29 typedef int32_t(is_data_exchangable_ty)(int32_t, int32_t);
30 typedef int32_t(number_of_devices_ty)();
31 typedef int32_t(init_device_ty)(int32_t);
32 typedef __tgt_target_table *(load_binary_ty)(int32_t, void *);
33 typedef void *(data_alloc_ty)(int32_t, int64_t, void *);
34 typedef int32_t(data_submit_ty)(int32_t, void *, void *, int64_t);
35 typedef int32_t(data_submit_async_ty)(int32_t, void *, void *, int64_t,
37 typedef int32_t(data_retrieve_ty)(int32_t, void *, void *, int64_t);
[all …]