Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.def40 HANDLE_LOAD_COMMAND(LC_SUB_UMBRELLA, 0x00000013u, sub_umbrella_command)
106 LOAD_COMMAND_STRUCT(sub_umbrella_command)
H A DMachO.h635 struct sub_umbrella_command { struct
1142 inline void swapStruct(sub_umbrella_command &s) { in swapStruct()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp533 void MappingTraits<MachO::sub_umbrella_command>::mapping( in mapping()
534 IO &IO, MachO::sub_umbrella_command &LoadCommand) { in mapping()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1521 if (Load.C.cmdsize < sizeof(MachO::sub_umbrella_command)) { in MachOObjectFile()
1526 MachO::sub_umbrella_command S = in MachOObjectFile()
1527 getStruct<MachO::sub_umbrella_command>(*this, Load.Ptr); in MachOObjectFile()
1529 sizeof(MachO::sub_umbrella_command), in MachOObjectFile()
4393 MachO::sub_umbrella_command
4395 return getStruct<MachO::sub_umbrella_command>(*this, L.Ptr); in getSubUmbrellaCommand()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h531 MachO::sub_umbrella_command
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp9299 static void PrintSubUmbrellaCommand(MachO::sub_umbrella_command sub, in PrintSubUmbrellaCommand()
9303 if (sub.cmdsize < sizeof(struct MachO::sub_umbrella_command)) in PrintSubUmbrellaCommand()
10168 MachO::sub_umbrella_command Sf = Obj->getSubUmbrellaCommand(Command); in PrintLoadCommands()