Searched refs:uuid_command (Results 1 - 8 of 8) sorted by relevance

/external/llvm/tools/dsymutil/
H A DMachOUtils.cpp348 MachO::uuid_command UUIDCmd;
351 UUIDCmd.cmdsize = sizeof(MachO::uuid_command);
365 LoadCommandSize += sizeof(MachO::uuid_command);
/external/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp531 void MappingTraits<MachO::uuid_command>::mapping(
532 IO &IO, MachO::uuid_command &LoadCommand) {
/external/llvm/include/llvm/Object/
H A DMachO.h357 MachO::uuid_command
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMachO.h549 struct uuid_command { struct in namespace:llvm::MachO
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp2135 MachO::uuid_command
2137 return getStruct<MachO::uuid_command>(this, L.Ptr);
2380 const char *Ptr = UuidLoadCmd + offsetof(MachO::uuid_command, uuid);
/external/llvm/include/llvm/Support/
H A DMachO.h761 struct uuid_command { struct
1155 inline void swapStruct(uuid_command &u) {
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h766 struct uuid_command { struct
1163 inline void swapStruct(uuid_command &u) {
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp8177 static void PrintUuidLoadCommand(MachO::uuid_command uuid) {
8180 if (uuid.cmdsize != sizeof(struct MachO::uuid_command))
8936 MachO::uuid_command Uuid = Obj->getUuidCommand(Command);

Completed in 215 milliseconds