Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libompd/src/
H A DTargetValue.cpp198 context(_context), tcontext(_tcontext), fieldSize(0) { in TValue()
200 context, tcontext, _valueName, &symbolAddr, NULL); in TValue()
207 context(_context), tcontext(_tcontext), symbolAddr(addr), fieldSize(0) { in TValue()
241 context, tcontext, &symbolAddr, 1 * TValue::type_sizes.sizeof_pointer, in dereference()
273 callbacks->read_memory(context, tcontext, &symbolAddr, size, buf); in getRawValue()
305 ret = callbacks->read_string(context, tcontext, &strValue.symbolAddr, BUF_LEN, in getString()
401 errorState.errorCode = callbacks->read_memory(context, tcontext, &symbolAddr, in getValue()
H A DTargetValue.h107 ompd_thread_context_t *tcontext; variable
123 TValue(ompd_address_space_context_t *context, ompd_thread_context_t *tcontext,
130 TValue(ompd_address_space_context_t *context, ompd_thread_context_t *tcontext,
H A Domp-debug.cpp710 ompd_thread_context_t *tcontext; in ompd_get_thread_handle() local
712 context, kind, sizeof_thread_id, thread_id, &tcontext); in ompd_get_thread_handle()
718 ret = TValue(context, tcontext, "__kmp_gtid") in ompd_get_thread_handle()
762 (*thread_handle)->thread_context = tcontext; in ompd_get_thread_handle()