Searched refs:XRayNumObjects (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_interface.cpp | 40 extern __sanitizer::atomic_uint32_t XRayNumObjects; 163 atomic_load(&XRayNumObjects, memory_order_acquire)) { in isObjectLoaded() 241 atomic_load(&XRayNumObjects, memory_order_acquire)) { in patchFunction() 301 atomic_load(&XRayNumObjects, memory_order_acquire)) { in controlPatchingObjectUnchecked() 445 atomic_load(&XRayNumObjects, memory_order_acquire)) { in mprotectAndPatchFunction() 638 auto count = atomic_load(&XRayNumObjects, memory_order_acquire); in __xray_function_address_in_object() 670 atomic_load(&XRayNumObjects, memory_order_acquire)) in __xray_max_function_id_in_object() 677 return atomic_load(&XRayNumObjects, memory_order_acquire); in __xray_num_objects()
|
| H A D | xray_init.cpp | 57 atomic_uint32_t XRayNumObjects{0}; variable 112 auto Idx = atomic_fetch_add(&XRayNumObjects, 1, memory_order_acq_rel); in __xray_register_sleds() 144 atomic_store(&XRayNumObjects, 0, memory_order_release); in __xray_init()
|