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

References

tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
  444                              sizeof(uuid_t);         // sharedCacheUUID
 1083         uuid_t shared_cache_uuid;
 1085                                   sizeof(uuid_t), err) == sizeof(uuid_t)) {
 1085                                   sizeof(uuid_t), err) == sizeof(uuid_t)) {
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 2018         dsc_header_data.GetData(&offset, sizeof(uuid_t)), sizeof(uuid_t));
 2018         dsc_header_data.GetData(&offset, sizeof(uuid_t)), sizeof(uuid_t));
 5439             uuid_t raw_uuid;
 5440             memset(raw_uuid, 0, sizeof(uuid_t));
 5444                 m_data.CopyData(offset, sizeof(uuid_t), raw_uuid) != 0) {
 5445               uuid = UUID::fromOptionalData(raw_uuid, sizeof(uuid_t));
 5672   uuid_t cacheUUID;          // UUID of cache used by process