Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_interface.cpp302 auto *MaxSled = &InstrMap.Sleds[InstrMap.Entries - 1]; in controlPatching() local
307 if (Sled.address() > MaxSled->address()) in controlPatching()
308 MaxSled = &Sled; in controlPatching()
322 (MaxSled->address() - reinterpret_cast<uptr>(PageAlignedAddr)) + in controlPatching()
382 auto *MaxSled = e - 1; in mprotectAndPatchFunction() local
386 if (f->address() > MaxSled->address()) in mprotectAndPatchFunction()
387 MaxSled = f; in mprotectAndPatchFunction()
394 (MaxSled->address() - reinterpret_cast<uptr>(PageAlignedAddr)) + in mprotectAndPatchFunction()