reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

projects/compiler-rt/include/xray/xray_interface.h
   52 extern int __xray_set_handler(void (*entry)(int32_t, XRayEntryType));

References

projects/compiler-rt/lib/xray/xray_basic_logging.cpp
  430   __xray_set_handler(atomic_load(&UseRealTSC, memory_order_acquire)
projects/compiler-rt/lib/xray/xray_fdr_logging.cpp
  712   __xray_set_handler(fdrLoggingHandleArg0);
projects/compiler-rt/lib/xray/xray_interface.cpp
  409   return __xray_set_handler(nullptr);
projects/compiler-rt/lib/xray/xray_log_interface.cpp
   92       __xray_set_handler(it->Impl.handle_arg0);
  120   __xray_set_handler(Impl.handle_arg0);
projects/compiler-rt/lib/xray/xray_profiling.cpp
  474   __xray_set_handler(profilingHandleArg0);