Lines Matching refs:table
58 :ref:`table-offloading-declare-target-flags` lists different flag for
61 .. table:: Offloading Declare Target Flags Enum
62 :name: table-offloading-declare-target-flags
77 :ref:`table-tgt_offload_entry`, :ref:`table-tgt_device_image`, and
78 :ref:`table-tgt_bin_desc` are the structures used in the wrapper host IR.
80 .. table:: __tgt_offload_entry structure
81 :name: table-tgt_offload_entry
92 …| int32_t | flags | Flags associated with the entry (see :ref:`table-offloading-declare-targe…
97 .. table:: __tgt_device_image structure
98 :name: table-tgt_device_image
107 | __tgt_offload_entry* | EntriesBegin | Begin of table with all target entries |
109 | __tgt_offload_entry* | EntriesEnd | End of table (non inclusive) |
112 .. table:: __tgt_bin_desc structure
113 :name: table-tgt_bin_desc
122 | __tgt_offload_entry* | HostEntriesBegin | Begin of table with all host entries |
124 | __tgt_offload_entry* | HostEntriesEnd | End of table (non inclusive) |
130 :ref:`table-global-variables` lists various global variables, along with their
134 .. table:: Global Variables
135 :name: table-global-variables
140 …__tgt_offload_entry | .omp_offloading_entries | Begin symbol for the offload entries table. |
142 …__tgt_offload_entry | .omp_offloading_entries | End symbol for the offload entries table. |