Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/
Dxray_interface.cpp235 auto SledRange = InstrMap.SledsIndex ? InstrMap.SledsIndex[FuncId - 1] in patchFunction() local
237 auto *f = SledRange.Begin; in patchFunction()
238 auto *e = SledRange.End; in patchFunction()
365 auto SledRange = InstrMap.SledsIndex ? InstrMap.SledsIndex[FuncId - 1] in mprotectAndPatchFunction() local
367 auto *f = SledRange.Begin; in mprotectAndPatchFunction()
368 auto *e = SledRange.End; in mprotectAndPatchFunction()
370 auto *MaxSled = (SledRange.End - 1); in mprotectAndPatchFunction()