Home
last modified time | relevance | path

Searched refs:__xray_patch_function (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/include/xray/
H A Dxray_interface.h105 extern XRayPatchingStatus __xray_patch_function(int32_t FuncId);
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_interface.cpp472 XRayPatchingStatus __xray_patch_function(int32_t FuncId) XRAY_NEVER_INSTRUMENT { in __xray_patch_function() function
/openbsd-src/gnu/llvm/llvm/docs/
H A DXRay.rst340 Runtime Library's ``__xray_patch_function()`` method.