Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_init.cpp29 extern const XRayFunctionSledIndex __start_xray_fn_idx[] __attribute__((weak));
30 extern const XRayFunctionSledIndex __stop_xray_fn_idx[] __attribute__((weak));
37 extern const XRayFunctionSledIndex __start_xray_fn_idx[] = {};
38 extern const XRayFunctionSledIndex __stop_xray_fn_idx[] = {};
71 const XRayFunctionSledIndex *FnIndexBegin, in __xray_register_sleds()
72 const XRayFunctionSledIndex *FnIndexEnd, bool FromDSO, in __xray_register_sleds()
174 const XRayFunctionSledIndex *FnIndexBegin, in __xray_register_dso()
175 const XRayFunctionSledIndex *FnIndexEnd, in __xray_register_dso()
H A Dxray_dso_init.cpp26 extern const XRayFunctionSledIndex __start_xray_fn_idx[] __attribute__((weak))
28 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.h76 struct XRayFunctionSledIndex { struct
104 const XRayFunctionSledIndex *FnIndexBegin, argument
105 const XRayFunctionSledIndex *FnIndexEnd,
135 const XRayFunctionSledIndex *SledsIndex;
H A Dxray_interface.cpp201 const XRayFunctionSledIndex
206 XRayFunctionSledIndex Index = {nullptr, 0}; in findFunctionSleds()
268 XRayFunctionSledIndex SledRange; in patchFunction()
475 XRayFunctionSledIndex SledRange; in mprotectAndPatchFunction()