Searched refs:XRayFunctionSledIndex (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_init.cpp27 extern const XRayFunctionSledIndex __start_xray_fn_idx[] __attribute__((weak));
28 extern const XRayFunctionSledIndex __stop_xray_fn_idx[] __attribute__((weak));
35 extern const XRayFunctionSledIndex __start_xray_fn_idx[] = {};
36 extern const XRayFunctionSledIndex __stop_xray_fn_idx[] = {};
H A Dxray_interface_internal.h60 struct XRayFunctionSledIndex { struct
71 const XRayFunctionSledIndex *SledsIndex;
H A Dxray_interface.cpp181 const XRayFunctionSledIndex
186 XRayFunctionSledIndex Index = {nullptr, nullptr};

Completed in 71 milliseconds