Searched refs:__xray_unpatch_function (Results 1 – 3 of 3) sorted by relevance
24 __xray_unpatch_function(fid); in coverage_handler()83 assert(__xray_unpatch_function(1) == XRayPatchingStatus::SUCCESS); in main()
109 extern XRayPatchingStatus __xray_unpatch_function(int32_t FuncId);
474 __xray_unpatch_function(int32_t FuncId) XRAY_NEVER_INSTRUMENT { in __xray_unpatch_function() function