Home
last modified time | relevance | path

Searched refs:sub_client_command (Results 1 – 7 of 7) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDMachO.def41 HANDLE_LOAD_COMMAND(LC_SUB_CLIENT, 0x00000014u, sub_client_command)
107 LOAD_COMMAND_STRUCT(sub_client_command)
HDMachO.h632 struct sub_client_command { struct
1289 inline void swapStruct(sub_client_command &s) { in swapStruct()
/freebsd-head/contrib/llvm-project/llvm/lib/ObjectYAML/
HDMachOYAML.cpp265 void mapLoadCommandData<MachO::sub_client_command>( in mapLoadCommandData()
558 void MappingTraits<MachO::sub_client_command>::mapping( in mapping()
559 IO &IO, MachO::sub_client_command &LoadCommand) { in mapping()
HDMachOEmitter.cpp206 size_t writeLoadCommandData<MachO::sub_client_command>( in writeLoadCommandData()
/freebsd-head/contrib/llvm-project/llvm/lib/Object/
HDMachOObjectFile.cpp1567 if (Load.C.cmdsize < sizeof(MachO::sub_client_command)) { in MachOObjectFile()
1572 MachO::sub_client_command S = in MachOObjectFile()
1573 getStruct<MachO::sub_client_command>(*this, Load.Ptr); in MachOObjectFile()
1575 sizeof(MachO::sub_client_command), in MachOObjectFile()
4755 MachO::sub_client_command
4757 return getStruct<MachO::sub_client_command>(*this, L.Ptr); in getSubClientCommand()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Object/
HDMachO.h694 MachO::sub_client_command
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-objdump/
HDMachODump.cpp9338 static void PrintSubClientCommand(MachO::sub_client_command sub, in PrintSubClientCommand()
9342 if (sub.cmdsize < sizeof(struct MachO::sub_client_command)) in PrintSubClientCommand()
10187 MachO::sub_client_command Sc = Obj->getSubClientCommand(Command); in PrintLoadCommands()