Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_interface.cpp301 auto *MinSled = &InstrMap.Sleds[0]; in controlPatching() local
305 if (Sled.address() < MinSled->address()) in controlPatching()
306 MinSled = &Sled; in controlPatching()
320 reinterpret_cast<void *>(MinSled->address() & ~(PageSize - 1)); in controlPatching()
381 auto *MinSled = f; in mprotectAndPatchFunction() local
384 if (f->address() < MinSled->address()) in mprotectAndPatchFunction()
385 MinSled = f; in mprotectAndPatchFunction()
392 reinterpret_cast<void *>(MinSled->address() & ~(PageSize - 1)); in mprotectAndPatchFunction()