Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_interface.cpp380 XRayPatchingStatus controlPatching(bool Enable) XRAY_NEVER_INSTRUMENT { in controlPatching() function
422 XRayPatchingStatus controlPatching(bool Enable, in controlPatching() function
571 return controlPatching(true); in __xray_patch()
575 return controlPatching(true, ObjId); in __xray_patch_object()
579 return controlPatching(false); in __xray_unpatch()
583 return controlPatching(false, ObjId); in __xray_unpatch_object()