Searched refs:ompd_get_icv_from_scope (Results 1 – 5 of 5) sorted by relevance
/llvm-project/openmp/libompd/gdb-plugin/ |
H A D | ompdAPITests.c | 2366 ompd_rc_t rc = ompd_get_icv_from_scope( in test_ompd_get_icv_from_scope_with_addr_handle() 2378 rc = ompd_get_icv_from_scope(addr_handle, ompd_scope_address_space, in test_ompd_get_icv_from_scope_with_addr_handle() 2388 rc = ompd_get_icv_from_scope(addr_handle, ompd_scope_address_space, in test_ompd_get_icv_from_scope_with_addr_handle() 2405 rc = ompd_get_icv_from_scope(addr_handle, ompd_scope_address_space, in test_ompd_get_icv_from_scope_with_addr_handle() 2413 rc = ompd_get_icv_from_scope(NULL, ompd_scope_address_space, in test_ompd_get_icv_from_scope_with_addr_handle() 2435 ompd_rc_t rc = ompd_get_icv_from_scope( in test_ompd_get_icv_from_scope_with_thread_handle() 2446 rc = ompd_get_icv_from_scope(thread_handle, ompd_scope_thread, in test_ompd_get_icv_from_scope_with_thread_handle() 2469 ompd_rc_t rc = ompd_get_icv_from_scope( in test_ompd_get_icv_from_scope_with_parallel_handle() 2493 ompd_rc_t rc = ompd_get_icv_from_scope( in test_ompd_get_icv_from_scope_with_task_handle()
|
H A D | ompdModule.c | 291 OMPD_WEAK_ATTR ompd_rc_t ompd_get_icv_from_scope(void *handle, in ompd_get_icv_from_scope() function 1179 ompd_get_icv_from_scope(addrSpaceHandle, scope, icvId, &icvValue); in call_ompd_get_icv_from_scope()
|
/llvm-project/openmp/libompd/test/api_tests/ |
H A D | test_ompd_get_icv_from_scope.c.cmd | 4 ompdtestapi ompd_get_icv_from_scope
|
/llvm-project/openmp/libompd/src/ |
H A D | omp-icv.cpp | 997 ompd_rc_t ompd_get_icv_from_scope(void *handle, ompd_scope_t scope, in ompd_get_icv_from_scope() function
|
/llvm-project/openmp/runtime/src/include/ |
H A D | omp-tools.h.var | 1367 ompd_rc_t ompd_get_icv_from_scope(void *handle, ompd_scope_t scope,
|