Searched refs:XRayPatching (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_interface.cpp | 77 atomic_uint8_t XRayPatching{0}; variable 216 &XRayPatching, &NotPatching, true, memory_order_acq_rel)) in patchFunction() 250 atomic_store(&XRayPatching, false, in patchFunction() 271 &XRayPatching, &NotPatching, true, memory_order_acq_rel)) in controlPatching() 278 atomic_store(&XRayPatching, false, in controlPatching() 341 atomic_store(&XRayPatching, false, in controlPatching()
|