Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_trampoline_powerpc64.cc6 extern std::atomic<void (*)(int32_t, XRayEntryType)> XRayPatchedFunction;
10 auto fptr = __xray::XRayPatchedFunction.load(); in CallXRayPatchedFunction()
H A Dxray_interface.cc61 atomic_uintptr_t XRayPatchedFunction{0}; variable
377 atomic_store(&__xray::XRayPatchedFunction, in __xray_set_handler()