Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/
Dxray_interface.cpp295 auto *MaxSled = &InstrMap.Sleds[InstrMap.Entries - 1]; in controlPatching() local
300 if (Sled.address() > MaxSled->address()) in controlPatching()
301 MaxSled = &Sled; in controlPatching()
315 (MaxSled->address() - reinterpret_cast<uptr>(PageAlignedAddr)) + in controlPatching()
370 auto *MaxSled = (SledRange.End - 1); in mprotectAndPatchFunction() local
374 if (f->address() > MaxSled->address()) in mprotectAndPatchFunction()
375 MaxSled = f; in mprotectAndPatchFunction()
382 (MaxSled->address() - reinterpret_cast<uptr>(PageAlignedAddr)) + in mprotectAndPatchFunction()