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

References

projects/compiler-rt/lib/xray/xray_fdr_logging.cpp
  217   if (B.Data == nullptr && B.Size == 0) {
  226   if (B.Data == static_cast<void *>(&Header) && B.Size == sizeof(Header)) {
  272   Result.Data = CurrentBuffer;
projects/compiler-rt/lib/xray/xray_log_interface.cpp
  204   while (Buffer.Data != nullptr) {
projects/compiler-rt/lib/xray/xray_profile_collector.cpp
  392   if (UNLIKELY(B.Data == nullptr)) {
  401   if (UNLIKELY(B.Data == &FileHeaderStorage))
  405   internal_memcpy(&Header, B.Data, sizeof(BlockHeader));
projects/compiler-rt/lib/xray/xray_profiling.cpp
  240     if (B.Data == nullptr) {
  251         while (B.Data != nullptr && B.Size != 0) {
  252           LW->WriteAll(reinterpret_cast<const char *>(B.Data),
  253                        reinterpret_cast<const char *>(B.Data) + B.Size);