Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/xray/TestCases/Posix/
Dcoverage-sample.cpp24 __xray_unpatch_function(fid); in coverage_handler()
83 assert(__xray_unpatch_function(1) == XRayPatchingStatus::SUCCESS); in main()
/external/llvm-project/compiler-rt/include/xray/
Dxray_interface.h109 extern XRayPatchingStatus __xray_unpatch_function(int32_t FuncId);
/external/llvm-project/compiler-rt/lib/xray/
Dxray_interface.cpp474 __xray_unpatch_function(int32_t FuncId) XRAY_NEVER_INSTRUMENT { in __xray_unpatch_function() function