Home
last modified time | relevance | path

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

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