Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_interface.cpp225 return XRayPatchingStatus::NOT_INITIALIZED; in patchFunction()
231 return XRayPatchingStatus::FAILED; in patchFunction()
248 return XRayPatchingStatus::FAILED; in patchFunction()
251 return XRayPatchingStatus::SUCCESS; in patchFunction()
309 return XRayPatchingStatus::FAILED; in controlPatching()
320 return XRayPatchingStatus::FAILED; in controlPatching()
337 return XRayPatchingStatus::SUCCESS; in controlPatching()
352 return XRayPatchingStatus::FAILED; in mprotectAndPatchFunction()
360 return XRayPatchingStatus::FAILED; in mprotectAndPatchFunction()
387 return XRayPatchingStatus::FAILED; in mprotectAndPatchFunction()
[all …]
/freebsd-13.1/contrib/llvm-project/compiler-rt/include/xray/
H A Dxray_interface.h88 enum XRayPatchingStatus { enum
97 extern XRayPatchingStatus __xray_patch();
101 extern XRayPatchingStatus __xray_unpatch();
105 extern XRayPatchingStatus __xray_patch_function(int32_t FuncId);
109 extern XRayPatchingStatus __xray_unpatch_function(int32_t FuncId);