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
   91       GlobalXRayImpl = &CurrentXRayImpl;
  110     GlobalXRayImpl = nullptr;
  119   GlobalXRayImpl = &CurrentXRayImpl;
  125   GlobalXRayImpl = nullptr;
  134   if (!GlobalXRayImpl)
  136   return GlobalXRayImpl->log_init(BufferSize, MaxBuffers, Args, ArgsSize);
  142   if (!GlobalXRayImpl)
  155   return GlobalXRayImpl->log_init(
  163   if (!GlobalXRayImpl)
  176   return GlobalXRayImpl->log_init(
  182   if (!GlobalXRayImpl)
  184   return GlobalXRayImpl->log_finalize();
  189   if (!GlobalXRayImpl)
  191   return GlobalXRayImpl->flush_log();
  198   if (!GlobalXRayImpl)