summaryrefslogtreecommitdiff
path: root/openmp/libomptarget/src/exports
blob: 48591dd6c3faffbed003c7744852a559a9d5f711 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
VERS1.0 {
  global:
    __tgt_register_requires;
    __tgt_register_lib;
    __tgt_unregister_lib;
    __tgt_init_all_rtls;
    __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;
    __tgt_target_data_begin_mapper;
    __tgt_target_data_end_mapper;
    __tgt_target_data_update_mapper;
    __tgt_target_mapper;
    __tgt_target_teams_mapper;
    __tgt_target_data_begin_nowait_mapper;
    __tgt_target_data_end_nowait_mapper;
    __tgt_target_data_update_nowait_mapper;
    __tgt_target_nowait_mapper;
    __tgt_target_teams_nowait_mapper;
    __tgt_target_kernel;
    __tgt_target_kernel_nowait;
    __tgt_target_nowait_query;
    __tgt_target_kernel_replay;
    __tgt_mapper_num_components;
    __tgt_push_mapper_component;
    __kmpc_push_target_tripcount;
    __kmpc_push_target_tripcount_mapper;
    omp_get_mapped_ptr;
    omp_get_num_devices;
    omp_get_device_num;
    omp_get_initial_device;
    omp_target_alloc;
    omp_target_free;
    omp_target_is_present;
    omp_target_memcpy;
    omp_target_memcpy_rect;
    omp_target_memcpy_async;
    omp_target_memcpy_rect_async;
    omp_target_associate_ptr;
    omp_target_disassociate_ptr;
    llvm_omp_target_alloc_host;
    llvm_omp_target_alloc_shared;
    llvm_omp_target_alloc_device;
    llvm_omp_target_free_host;
    llvm_omp_target_free_shared;
    llvm_omp_target_free_device;
    llvm_omp_target_dynamic_shared_alloc;
    llvm_omp_target_lock_mem;
    llvm_omp_target_unlock_mem;
    __tgt_set_info_flag;
    __tgt_print_device_info;
    omp_get_interop_ptr;
    omp_get_interop_str;
    omp_get_interop_int;
    omp_get_interop_name;
    omp_get_interop_type_desc;
    __tgt_interop_init;
    __tgt_interop_use;
    __tgt_interop_destroy;
    ompt_libomptarget_connect;
  local:
    *;
};