Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_interface.cpp238 XRayFunctionSledIndex SledRange; in patchFunction() local
240 SledRange = {InstrMap.SledsIndex[FuncId - 1].fromPCRelative(), in patchFunction()
243 SledRange = findFunctionSleds(FuncId, InstrMap); in patchFunction()
245 auto *f = SledRange.Begin; in patchFunction()
247 for (size_t i = 0; i != SledRange.Size; ++i) in patchFunction()
372 XRayFunctionSledIndex SledRange; in mprotectAndPatchFunction() local
374 SledRange = {InstrMap.SledsIndex[FuncId - 1].fromPCRelative(), in mprotectAndPatchFunction()
377 SledRange = findFunctionSleds(FuncId, InstrMap); in mprotectAndPatchFunction()
379 auto *f = SledRange.Begin; in mprotectAndPatchFunction()
380 auto *e = SledRange.Begin + SledRange.Size; in mprotectAndPatchFunction()