Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_interface.cpp238 auto SledRange = InstrMap.SledsIndex ? InstrMap.SledsIndex[FuncId - 1] in patchFunction() local
240 auto *f = SledRange.Begin; in patchFunction()
241 auto *e = SledRange.End; in patchFunction()
368 auto SledRange = InstrMap.SledsIndex ? InstrMap.SledsIndex[FuncId - 1] in mprotectAndPatchFunction() local
370 auto *f = SledRange.Begin; in mprotectAndPatchFunction()
371 auto *e = SledRange.End; in mprotectAndPatchFunction()
373 auto *MaxSled = (SledRange.End - 1); in mprotectAndPatchFunction()