Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_init.cc28 extern const XRayFunctionSledIndex __start_xray_fn_idx[] __attribute__((weak));
29 extern const XRayFunctionSledIndex __stop_xray_fn_idx[] __attribute__((weak));
36 extern const XRayFunctionSledIndex __start_xray_fn_idx[] = {};
37 extern const XRayFunctionSledIndex __stop_xray_fn_idx[] = {};
H A Dxray_interface_internal.h45 struct XRayFunctionSledIndex { struct
56 const XRayFunctionSledIndex *SledsIndex; argument