Home
last modified time | relevance | path

Searched refs:XRayPatchedFunction (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_powerpc64.cpp6 extern std::atomic<void (*)(int32_t, XRayEntryType)> XRayPatchedFunction;
10 auto fptr = __xray::XRayPatchedFunction.load(); in CallXRayPatchedFunction()
H A Dxray_interface.cpp64 atomic_uintptr_t XRayPatchedFunction{0}; variable
418 atomic_store(&__xray::XRayPatchedFunction, in __xray_set_handler()