Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libompd/src/
H A DTargetValue.cpp195 ompd_thread_context_t *_tcontext, const char *_valueName, in TValue() argument
198 context(_context), tcontext(_tcontext), fieldSize(0) { in TValue()
205 ompd_thread_context_t *_tcontext, ompd_address_t addr) in TValue() argument
207 context(_context), tcontext(_tcontext), symbolAddr(addr), fieldSize(0) { in TValue()