Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_log_interface.cpp66 if (Impl.flush_log == nullptr || Impl.handle_arg0 == nullptr || in __xray_log_register_mode()
108 Impl.handle_arg0 == nullptr || Impl.flush_log == nullptr) { in __xray_set_log_impl()
191 return GlobalXRayImpl->flush_log(); in __xray_log_flushLog()
/freebsd/contrib/llvm-project/compiler-rt/include/xray/
H A Dxray_log_interface.h194 XRayLogFlushStatus (*flush_log)(); member