Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_interface.cpp242 bool SucceedOnce = false; in patchFunction() local
244 SucceedOnce |= patchSled(*f++, Enable, FuncId); in patchFunction()
249 if (!SucceedOnce) { in patchFunction()