Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_interface.cpp239 if (InstrMap.SledsIndex) { in patchFunction()
240 SledRange = {InstrMap.SledsIndex[FuncId - 1].fromPCRelative(), in patchFunction()
241 InstrMap.SledsIndex[FuncId - 1].Size}; in patchFunction()
373 if (InstrMap.SledsIndex) { in mprotectAndPatchFunction()
374 SledRange = {InstrMap.SledsIndex[FuncId - 1].fromPCRelative(), in mprotectAndPatchFunction()
375 InstrMap.SledsIndex[FuncId - 1].Size}; in mprotectAndPatchFunction()
515 InstrMap.SledsIndex ? InstrMap.SledsIndex[FuncId - 1].fromPCRelative() in __xray_function_address()
H A Dxray_interface_internal.h77 const XRayFunctionSledIndex *SledsIndex; member
H A Dxray_init.cpp88 XRayInstrMap.SledsIndex = __start_xray_fn_idx; in __xray_init()