HomeSort by: relevance | last modified time | path
    Searched refs:XRayFunctionSledIndex (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_init.cc 28 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[] = {};
xray_interface_internal.h 45 struct XRayFunctionSledIndex {
56 const XRayFunctionSledIndex *SledsIndex;

Completed in 37 milliseconds