Home | History | Annotate | Download | only in DWARF

Lines Matching defs:UUID

74 /// Dump the UUID load command.
80 raw_ostream::uuid_t UUID;
82 if (LC.C.cmdsize < sizeof(UUID) + sizeof(LC.C)) {
83 OS << "error: UUID load command is too short.\n";
86 OS << "UUID: ";
87 memcpy(&UUID, LC.Ptr+sizeof(LC.C), sizeof(UUID));
88 OS.write_uuid(UUID);
315 // Print UUID header.