aboutsummaryrefslogtreecommitdiff
path: root/final/libomptarget/src/exports
blob: f13414e0299840cd198e3806a5d186853ac31d45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
VERS1.0 {
  global:
    __tgt_register_requires;
    __tgt_register_lib;
    __tgt_unregister_lib;
    __tgt_target_data_begin;
    __tgt_target_data_end;
    __tgt_target_data_update;
    __tgt_target;
    __tgt_target_teams;
    __tgt_target_data_begin_nowait;
    __tgt_target_data_end_nowait;
    __tgt_target_data_update_nowait;
    __tgt_target_nowait;
    __tgt_target_teams_nowait;
    omp_get_num_devices;
    omp_get_initial_device;
    omp_target_alloc;
    omp_target_free;
    omp_target_is_present;
    omp_target_memcpy;
    omp_target_memcpy_rect;
    omp_target_associate_ptr;
    omp_target_disassociate_ptr;
    __kmpc_push_target_tripcount;
  local:
    *;
};