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

References

tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp
  682         summary = summary + " at " + Sprintf("0x%llx", addr);
  690         summary = summary + " on file descriptor " + Sprintf("%d", fd);
  738         result = Sprintf("'%s' is a global variable (0x%llx)",
  741         result = Sprintf("0x%llx is a global variable", global_addr);
  764         result = Sprintf("Location is a %ld-byte %s object at 0x%llx", size,
  768             Sprintf("Location is a %ld-byte heap object at 0x%llx", size, addr);
  775       result = Sprintf("Location is stack of thread %d", tid);
  781       result = Sprintf("Location is TLS of thread %d", tid);
  787       result = Sprintf("Location is file descriptor %d", fd);
  952     std::string addr_string = Sprintf(" at 0x%llx", addr);
  961       result = Sprintf("%s access by thread %d",
  965       result = Sprintf("modifying access by thread %d", thread_id);
  967       result = Sprintf("%s%s of size %d%s by thread %d",
  976     result = Sprintf("Thread %d created", thread_id);
  987       result = Sprintf("Heap block allocated by thread %d", thread_id);
  990           Sprintf("File descriptor %d created by thread %t", fd, thread_id);
  998     result = Sprintf("Mutex M%d created", mutex_id);
 1004     result = Sprintf("Thread %d", thread_id);