Home
last modified time | relevance | path

Searched refs:OMPD_CALLBACK (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/openmp/libompd/src/
H A Domp-debug.h56 #define OMPD_CALLBACK(fn, ...) \ macro
67 OMPD_CALLBACK(symbol_addr_lookup, context, th_context, name, &_addr, \
69 OMPD_CALLBACK(read_memory, context, th_context, &_addr, size, buf); \
H A Domp-debug.cpp1025 OMPD_CALLBACK(alloc_memory, block_size, (void **)&block); in ompd_get_display_control_vars()
1026 OMPD_CALLBACK(read_memory, context, NULL, &block_addr, block_size, block); in ompd_get_display_control_vars()
1039 OMPD_CALLBACK(alloc_memory, block_items * sizeof(char *), in ompd_get_display_control_vars()
1069 OMPD_CALLBACK(free_memory, (void *)ctl_vars[0]); in ompd_rel_display_control_vars()
1071 OMPD_CALLBACK(free_memory, (void *)ctl_vars); in ompd_rel_display_control_vars()