Searched refs:XRayPatchedFunction (Results 1 – 2 of 2) sorted by relevance
6 extern std::atomic<void (*)(int32_t, XRayEntryType)> XRayPatchedFunction;10 auto fptr = __xray::XRayPatchedFunction.load(); in CallXRayPatchedFunction()
61 atomic_uintptr_t XRayPatchedFunction{0}; variable377 atomic_store(&__xray::XRayPatchedFunction, in __xray_set_handler()