Searched refs:XRayPatching (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/xray/ |
| H A D | xray_interface.cpp | 75 atomic_uint8_t XRayPatching{0}; variable 216 &XRayPatching, &NotPatching, true, memory_order_acq_rel)) in patchFunction() 246 atomic_store(&XRayPatching, false, in patchFunction() 267 &XRayPatching, &NotPatching, true, memory_order_acq_rel)) in controlPatching() 274 atomic_store(&XRayPatching, false, in controlPatching() 337 atomic_store(&XRayPatching, false, in controlPatching()
|