Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_interface.cpp246 bool SucceedOnce = false; in patchFunction() local
248 SucceedOnce |= patchSled(f[i], Enable, FuncId); in patchFunction()
253 if (!SucceedOnce) { in patchFunction()