Home
last modified time | relevance | path

Searched refs:sub_umbrella_command (Results 1 – 16 of 16) sorted by relevance

/external/llvm/include/llvm/Support/
DMachO.def34 HANDLE_LOAD_COMMAND(LC_SUB_UMBRELLA, 0x00000013u, sub_umbrella_command)
95 LOAD_COMMAND_STRUCT(sub_umbrella_command)
DMachO.h612 struct sub_umbrella_command { struct
1100 inline void swapStruct(sub_umbrella_command &s) { in swapStruct()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.def41 HANDLE_LOAD_COMMAND(LC_SUB_UMBRELLA, 0x00000013u, sub_umbrella_command)
105 LOAD_COMMAND_STRUCT(sub_umbrella_command)
DMachO.h613 struct sub_umbrella_command { struct
1108 inline void swapStruct(sub_umbrella_command &s) { in swapStruct()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DMachO.def41 HANDLE_LOAD_COMMAND(LC_SUB_UMBRELLA, 0x00000013u, sub_umbrella_command)
107 LOAD_COMMAND_STRUCT(sub_umbrella_command)
DMachO.h618 struct sub_umbrella_command { struct
1125 inline void swapStruct(sub_umbrella_command &s) { in swapStruct()
/external/llvm/lib/ObjectYAML/
DMachOYAML.cpp499 void MappingTraits<MachO::sub_umbrella_command>::mapping( in mapping()
500 IO &IO, MachO::sub_umbrella_command &LoadCommand) { in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DMachOYAML.cpp510 void MappingTraits<MachO::sub_umbrella_command>::mapping( in mapping()
511 IO &IO, MachO::sub_umbrella_command &LoadCommand) { in mapping()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMachO.h399 struct sub_umbrella_command { struct
/external/llvm/include/llvm/Object/
DMachO.h371 MachO::sub_umbrella_command
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DMachOObjectFile.cpp1477 if (Load.C.cmdsize < sizeof(MachO::sub_umbrella_command)) { in MachOObjectFile()
1482 MachO::sub_umbrella_command S = in MachOObjectFile()
1483 getStruct<MachO::sub_umbrella_command>(*this, Load.Ptr); in MachOObjectFile()
1485 sizeof(MachO::sub_umbrella_command), in MachOObjectFile()
4354 MachO::sub_umbrella_command
4356 return getStruct<MachO::sub_umbrella_command>(*this, L.Ptr); in getSubUmbrellaCommand()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DMachO.h537 MachO::sub_umbrella_command
/external/llvm/lib/Object/
DMachOObjectFile.cpp2170 MachO::sub_umbrella_command
2172 return getStruct<MachO::sub_umbrella_command>(this, L.Ptr); in getSubUmbrellaCommand()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp8376 static void PrintSubUmbrellaCommand(MachO::sub_umbrella_command sub, in PrintSubUmbrellaCommand()
8380 if (sub.cmdsize < sizeof(struct MachO::sub_umbrella_command)) in PrintSubUmbrellaCommand()
8969 MachO::sub_umbrella_command Sf = Obj->getSubUmbrellaCommand(Command); in PrintLoadCommands()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DMachODump.cpp8820 static void PrintSubUmbrellaCommand(MachO::sub_umbrella_command sub, in PrintSubUmbrellaCommand()
8824 if (sub.cmdsize < sizeof(struct MachO::sub_umbrella_command)) in PrintSubUmbrellaCommand()
9688 MachO::sub_umbrella_command Sf = Obj->getSubUmbrellaCommand(Command); in PrintLoadCommands()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/
Dmacho-invalid.test366 … LC_SUB_UMBRELLA sub_umbrella.offset field too small, not past the end of the sub_umbrella_command)