Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_interface.cpp270 uint8_t PatchingSuccess = false; in controlPatching() local
272 at_scope_exit([&PatchingSuccess] { in controlPatching()
273 if (!PatchingSuccess) in controlPatching()
339 PatchingSuccess = true; in controlPatching()