Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/include/xray/
H A Dxray_interface.h151 extern size_t __xray_max_function_id_in_object(int32_t ObjId);
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_interface.cpp664 return __xray_max_function_id_in_object(0); in __xray_max_function_id()
667 size_t __xray_max_function_id_in_object(int32_t ObjId) XRAY_NEVER_INSTRUMENT { in __xray_max_function_id_in_object() function