Home
last modified time | relevance | path

Searched refs:XRayPatchingStatus (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_interface.cpp228 return XRayPatchingStatus::NOT_INITIALIZED; in patchFunction()
234 return XRayPatchingStatus::FAILED; in patchFunction()
255 return XRayPatchingStatus::FAILED; in patchFunction()
258 return XRayPatchingStatus::SUCCESS; in patchFunction()
316 return XRayPatchingStatus::FAILED; in controlPatching()
327 return XRayPatchingStatus::FAILED; in controlPatching()
344 return XRayPatchingStatus::SUCCESS; in controlPatching()
359 return XRayPatchingStatus::FAILED; in mprotectAndPatchFunction()
367 return XRayPatchingStatus::FAILED; in mprotectAndPatchFunction()
399 return XRayPatchingStatus::FAILED; in mprotectAndPatchFunction()
[all …]
/freebsd-14.2/contrib/llvm-project/compiler-rt/include/xray/
H A Dxray_interface.h89 enum XRayPatchingStatus { enum
98 extern XRayPatchingStatus __xray_patch();
102 extern XRayPatchingStatus __xray_unpatch();
106 extern XRayPatchingStatus __xray_patch_function(int32_t FuncId);
110 extern XRayPatchingStatus __xray_unpatch_function(int32_t FuncId);