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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_logging.cpp130 static ThreadLocalData &getThreadLocalData() { function in namespace:__xray
318 auto &TLD = getThreadLocalData();
356 auto &TLD = getThreadLocalData();
504 auto &TLD = getThreadLocalData();
534 auto &TLD = getThreadLocalData();
576 auto &TLD = getThreadLocalData();
606 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 100 milliseconds