Searched refs:uuid_command (Results 1 – 11 of 11) sorted by relevance
51 HANDLE_LOAD_COMMAND(LC_UUID, 0x0000001Bu, uuid_command)114 LOAD_COMMAND_STRUCT(uuid_command)
793 struct uuid_command { struct1331 inline void swapStruct(uuid_command &u) { in swapStruct()
339 const uuid_command *uuid_lc = (const uuid_command *)lc; in FindUUID()
515 uint32_t getSize() const override { return sizeof(uuid_command); } in getSize()518 auto *c = reinterpret_cast<uuid_command *>(buf); in writeTo()526 static_assert(sizeof(uuid_command::uuid) == 16, "unexpected uuid size"); in writeUuid()
600 void MappingTraits<MachO::uuid_command>::mapping( in mapping()601 IO &IO, MachO::uuid_command &LoadCommand) { in mapping()
400 MachO::uuid_command UUIDCmd; in generateDsymCompanion()
672 MachO::uuid_command
1394 if (Load.C.cmdsize != sizeof(MachO::uuid_command)) { in MachOObjectFile()4699 MachO::uuid_command4701 return getStruct<MachO::uuid_command>(*this, L.Ptr); in getUuidCommand()5273 const char *Ptr = UuidLoadCmd + offsetof(MachO::uuid_command, uuid); in getUuid()
868 struct uuid_command uuidcmd;869 if (ReadMemory(load_cmds_p, sizeof(struct uuid_command), &uuidcmd) ==870 sizeof(struct uuid_command))
9350 static void PrintUuidLoadCommand(MachO::uuid_command uuid) { in PrintUuidLoadCommand()9353 if (uuid.cmdsize != sizeof(struct MachO::uuid_command)) in PrintUuidLoadCommand()10437 MachO::uuid_command Uuid = Obj->getUuidCommand(Command); in PrintLoadCommands()
4834 llvm::MachO::uuid_command load_cmd;