Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/
Dxray_interface.cpp294 auto *MinSled = &InstrMap.Sleds[0]; in controlPatching() local
298 if (Sled.address() < MinSled->address()) in controlPatching()
299 MinSled = &Sled; in controlPatching()
313 reinterpret_cast<void *>(MinSled->address() & ~(PageSize - 1)); in controlPatching()
369 auto *MinSled = f; in mprotectAndPatchFunction() local
372 if (f->address() < MinSled->address()) in mprotectAndPatchFunction()
373 MinSled = f; in mprotectAndPatchFunction()
380 reinterpret_cast<void *>(MinSled->address() & ~(PageSize - 1)); in mprotectAndPatchFunction()