Searched refs:SledRange (Results 1 – 1 of 1) sorted by relevance
268 XRayFunctionSledIndex SledRange; in patchFunction() local270 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() local477 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()