Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/
Dxray_log_interface.cpp66 if (Impl.flush_log == nullptr || Impl.handle_arg0 == nullptr || in __xray_log_register_mode()
92 __xray_set_handler(it->Impl.handle_arg0); in __xray_log_select_mode()
108 Impl.handle_arg0 == nullptr || Impl.flush_log == nullptr) { in __xray_set_log_impl()
120 __xray_set_handler(Impl.handle_arg0); in __xray_set_log_impl()
/external/llvm-project/compiler-rt/include/xray/
Dxray_log_interface.h187 void (*handle_arg0)(int32_t, XRayEntryType); member