Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/impl/
H A Dmsgpack.h38 struct byte_range { struct
54 void cb_array_elements(byte_range bytes) { in cb_array_elements() argument
57 void cb_map_elements(byte_range key, byte_range value) { in cb_map_elements()
60 const unsigned char *cb_array(uint64_t N, byte_range bytes) { in cb_array()
63 const unsigned char *cb_map(uint64_t N, byte_range bytes) { in cb_map()
75 void handle_array_elements(byte_range) {} in handle_array_elements() argument
76 void handle_map_elements(byte_range, byte_range) {} in handle_map_elements() argument
217 const unsigned char *handle_msgpack(byte_range bytes, F f) { in handle_msgpack()
237 bool message_is_string(byte_range bytes, const char *str);
270 void handle_map_elements(byte_range key, byte_range value) { in foreach_map()
[all …]
H A Dsystem.cpp230 msgpack::byte_range *res, uint64_t *size) { in map_lookup_array()
244 [&](msgpack::byte_range key, msgpack::byte_range value) { in map_lookup_array()
270 [&](msgpack::byte_range key, msgpack::byte_range value) { in map_lookup_string()
282 [&](msgpack::byte_range key, msgpack::byte_range value) { in map_lookup_uint64_t()
294 msgpack::byte_range *res) { in array_lookup_element()
307 int populate_kernelArgMD(msgpack::byte_range args_element, in populate_kernelArgMD()
311 foreach_map(args_element, [&](byte_range key, byte_range value) -> void { in populate_kernelArgMD()
349 msgpack::byte_range kernel_array; in get_code_object_custom_metadata()
364 msgpack::byte_range element; in get_code_object_custom_metadata()
443 msgpack::byte_range args_array; in get_code_object_custom_metadata()
[all …]
H A Dmsgpack.cpp181 bool message_is_string(byte_range bytes, const char *needle) { in message_is_string()
195 void dump(byte_range bytes) { in dump()
212 const unsigned char *handle_array(uint64_t N, byte_range bytes) { in dump()
233 const unsigned char *handle_map(uint64_t N, byte_range bytes) { in dump()