Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/include/xray/
H A Dxray_interface.h105 extern XRayPatchingStatus __xray_patch_function(int32_t FuncId);
/llvm-project-15.0.7/compiler-rt/test/xray/TestCases/Posix/
H A Dcoverage-sample.cpp64 assert(__xray_patch_function(id) == XRayPatchingStatus::SUCCESS); in main()
/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_interface.cpp472 XRayPatchingStatus __xray_patch_function(int32_t FuncId) XRAY_NEVER_INSTRUMENT { in __xray_patch_function() function
/llvm-project-15.0.7/llvm/docs/
H A DXRay.rst340 Runtime Library's ``__xray_patch_function()`` method.