Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/
Dxray_interface.cpp267 uint8_t PatchingSuccess = false; in controlPatching() local
269 at_scope_exit([&PatchingSuccess] { in controlPatching()
270 if (!PatchingSuccess) in controlPatching()
336 PatchingSuccess = true; in controlPatching()