Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp62 atomic_uintptr_t XRayPatchedFunction{0}; variable
409 atomic_store(&__xray::XRayPatchedFunction, in __xray_set_handler()