Searched refs:getThreadLocalData (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_fdr_logging.cpp130 static ThreadLocalData &getThreadLocalData() { function in namespace:__xray
317 auto &TLD = getThreadLocalData();
355 auto &TLD = getThreadLocalData();
503 auto &TLD = getThreadLocalData();
533 auto &TLD = getThreadLocalData();
575 auto &TLD = getThreadLocalData();
605 auto &TLD = getThreadLocalData();
H A Dxray_basic_logging.cpp124 static ThreadLocalData &getThreadLocalData() XRAY_NEVER_INSTRUMENT {
160 auto &TLD = getThreadLocalData();
257 auto &TLD = getThreadLocalData();
506 FakeTLD = &getThreadLocalData();
H A Dxray_profiling.cpp74 static ProfilingData *getThreadLocalData() XRAY_NEVER_INSTRUMENT {
290 auto T = getThreadLocalData();

Completed in 131 milliseconds