Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/
Dxray_interface.cpp239 bool SucceedOnce = false; in patchFunction() local
241 SucceedOnce |= patchSled(*f++, Enable, FuncId); in patchFunction()
246 if (!SucceedOnce) { in patchFunction()