Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_interface.cc241 uint8_t PatchingSuccess = false; in controlPatching() local
243 at_scope_exit([&PatchingSuccess] { in controlPatching()
244 if (!PatchingSuccess) in controlPatching()
309 PatchingSuccess = true; in controlPatching()