Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/
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[] = {};
Dxray_interface_internal.h68 struct XRayFunctionSledIndex { struct
79 const XRayFunctionSledIndex *SledsIndex; argument
Dxray_interface.cpp178 const XRayFunctionSledIndex
183 XRayFunctionSledIndex Index = {nullptr, nullptr}; in findFunctionSleds()