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

References

projects/compiler-rt/lib/xray/xray_log_interface.cpp
   66   if (Impl.flush_log == nullptr || Impl.handle_arg0 == nullptr ||
   66   if (Impl.flush_log == nullptr || Impl.handle_arg0 == nullptr ||
   67       Impl.log_finalize == nullptr || Impl.log_init == nullptr)
   67       Impl.log_finalize == nullptr || Impl.log_init == nullptr)
   79   NewModeImpl->Impl = Impl;