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

References

tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
  102   module_spec.GetUUID() = image_info.uuid;
  476     image_infos[i].uuid.SetFromOptionalStringRef(
  774              uuid.GetAsString(), file_spec.GetPath());
  777              address, mod_date, uuid.GetAsString(), file_spec.GetPath());
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.h
  135       uuid.Clear();
  146              uuid == rhs.uuid &&
  146              uuid == rhs.uuid &&
  152     bool UUIDValid() const { return uuid.IsValid(); }
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
  605         image_infos[idx].uuid = (*pos).uuid;
  605         image_infos[idx].uuid = (*pos).uuid;
  878         dylib_info.uuid = UUID::fromOptionalData(data.GetData(&offset, 16), 16);