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.cpp268 XRayFunctionSledIndex SledRange; in patchFunction() local
270 SledRange = {InstrMap.SledsIndex[FuncId - 1].fromPCRelative(), in patchFunction()
273 SledRange = findFunctionSleds(FuncId, InstrMap); in patchFunction()
276 auto *f = SledRange.Begin; in patchFunction()
278 for (size_t i = 0; i != SledRange.Size; ++i) in patchFunction()
475 XRayFunctionSledIndex SledRange; in mprotectAndPatchFunction() local
477 SledRange = {InstrMap.SledsIndex[FuncId - 1].fromPCRelative(), in mprotectAndPatchFunction()
480 SledRange = findFunctionSleds(FuncId, InstrMap); in mprotectAndPatchFunction()
482 auto *f = SledRange.Begin; in mprotectAndPatchFunction()
483 auto *e = SledRange.Begin + SledRange.Size; in mprotectAndPatchFunction()