Searched refs:msgpack_errors (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/openmp/libomptarget/plugins/amdgpu/impl/ |
D | system.cpp | 817 int msgpack_errors = 0; in callbackEvent() local 819 msgpack_errors = in callbackEvent() 822 msgpackErrorCheck(kernels lookup in program metadata, msgpack_errors); in callbackEvent() 825 assert(msgpack_errors == 0); in callbackEvent() 831 msgpack_errors += array_lookup_element(kernel_array, i, &element); in callbackEvent() 832 msgpackErrorCheck(element lookup in kernel metadata, msgpack_errors); in callbackEvent() 834 msgpack_errors += map_lookup_string(element, ".name", &kernelName); in callbackEvent() 835 msgpack_errors += map_lookup_string(element, ".language", &languageName); in callbackEvent() 836 msgpack_errors += map_lookup_string(element, ".symbol", &symbolName); in callbackEvent() 837 msgpackErrorCheck(strings lookup in kernel metadata, msgpack_errors); in callbackEvent() [all …]
|