Home
last modified time | relevance | path

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

/llvm-project/openmp/libompd/gdb-plugin/
H A DompdModule.c396 ompd_icv_id_t icvId, const char **icvString) { in ompd_get_icv_string_from_scope() argument
406 return my_get_icv_string_from_scope(handle, scope, icvId, icvString); in ompd_get_icv_string_from_scope()
1420 const char *icvString; in call_ompd_get_icv_string_from_scope() local
1423 ompd_get_icv_string_from_scope(handle, scope, icvId, &icvString); in call_ompd_get_icv_string_from_scope()
1431 return PyUnicode_FromString(icvString); in call_ompd_get_icv_string_from_scope()