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

Declarations

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

References

projects/compiler-rt/lib/xray/xray_basic_logging.cpp
  427   __xray_set_handler_arg1(atomic_load(&UseRealTSC, memory_order_acquire)
projects/compiler-rt/lib/xray/xray_fdr_logging.cpp
  710   __xray_set_handler_arg1(fdrLoggingHandleArg1);
projects/compiler-rt/lib/xray/xray_interface.cpp
  461 int __xray_remove_handler_arg1() { return __xray_set_handler_arg1(nullptr); }
projects/compiler-rt/lib/xray/xray_profiling.cpp
  475   __xray_set_handler_arg1(profilingHandleArg1);