Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/include/xray/
H A Dxray_interface.h102 extern XRayPatchingStatus __xray_patch_object(int32_t ObjId);
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_init.cpp193 __xray_patch_object(ObjId); in __xray_register_dso()
H A Dxray_interface.cpp574 XRayPatchingStatus __xray_patch_object(int32_t ObjId) XRAY_NEVER_INSTRUMENT { in __xray_patch_object() function