Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_interface.cpp298 auto *MaxSled = &InstrMap.Sleds[InstrMap.Entries - 1]; in controlPatching() local
303 if (Sled.address() > MaxSled->address()) in controlPatching()
304 MaxSled = &Sled; in controlPatching()
318 (MaxSled->address() - reinterpret_cast<uptr>(PageAlignedAddr)) + in controlPatching()
373 auto *MaxSled = (SledRange.End - 1); in mprotectAndPatchFunction() local
377 if (f->address() > MaxSled->address()) in mprotectAndPatchFunction()
378 MaxSled = f; in mprotectAndPatchFunction()
385 (MaxSled->address() - reinterpret_cast<uptr>(PageAlignedAddr)) + in mprotectAndPatchFunction()