Home
last modified time | relevance | path

Searched refs:uuid_command (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/Object/
DMachO.h359 MachO::uuid_command
/external/llvm/include/llvm/Support/
DMachO.h806 struct uuid_command { struct
1171 inline void swapStruct(uuid_command &u) { in swapStruct()
/external/llvm/lib/Object/
DMachOObjectFile.cpp2338 MachO::uuid_command
2340 return getStruct<MachO::uuid_command>(this, L.Ptr); in getUuidCommand()
2582 const char *Ptr = UuidLoadCmd + offsetof(MachO::uuid_command, uuid); in getUuid()
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp3691 struct uuid_command load_cmd; in GetUUID()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp7657 static void PrintUuidLoadCommand(MachO::uuid_command uuid) { in PrintUuidLoadCommand()
7660 if (uuid.cmdsize != sizeof(struct MachO::uuid_command)) in PrintUuidLoadCommand()
8417 MachO::uuid_command Uuid = Obj->getUuidCommand(Command); in PrintLoadCommands()