Home
last modified time | relevance | path

Searched defs:FCT (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/lib/xray/
H A Dxray_profiling.cpp44 atomic_uintptr_t FCT; member
135 uptr FCT = 0; in getThreadLocalData() local
152 auto FCT = atomic_exchange(&TLD.FCT, 0, memory_order_acq_rel); in cleanupTLD() local
174 auto FCT = reinterpret_cast<FunctionCallTrie *>(P); in postCurrentThreadFCT() local
291 auto FCT = reinterpret_cast<FunctionCallTrie *>(atomic_load_relaxed(&T->FCT)); in profilingHandleArg0() local
H A Dxray_profile_collector.cpp63 FunctionCallTrie FCT; member