Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_interface.cpp208 XRayPatchingStatus patchFunction(int32_t FuncId, in patchFunction()
212 return XRayPatchingStatus::NOT_INITIALIZED; // Not initialized. in patchFunction()
217 return XRayPatchingStatus::ONGOING; // Already patching. in patchFunction()
228 return XRayPatchingStatus::NOT_INITIALIZED; in patchFunction()
234 return XRayPatchingStatus::FAILED; in patchFunction()
255 return XRayPatchingStatus::FAILED; in patchFunction()
258 return XRayPatchingStatus::SUCCESS; in patchFunction()
264 XRayPatchingStatus controlPatching(bool Enable) XRAY_NEVER_INSTRUMENT { in controlPatching()
267 return XRayPatchingStatus::NOT_INITIALIZED; // Not initialized. in controlPatching()
272 return XRayPatchingStatus::ONGOING; // Already patching. in controlPatching()
[all …]
/freebsd/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);