Home | History | Annotate | Download | only in llvm-objdump

Lines Matching refs:uuid_command

8177 static void PrintUuidLoadCommand(MachO::uuid_command uuid) {
8180 if (uuid.cmdsize != sizeof(struct MachO::uuid_command))
8936 MachO::uuid_command Uuid = Obj->getUuidCommand(Command);