Searched refs:swapStruct (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h1002 inline void swapStruct(fat_header &mh) { function
1007 inline void swapStruct(fat_arch &mh) { function
1015 inline void swapStruct(fat_arch_64 &mh) { function
1024 inline void swapStruct(mach_header &mh) { function
1034 inline void swapStruct(mach_header_64 &H) { function
1045 inline void swapStruct(load_command &lc) { function
1050 inline void swapStruct(symtab_command &lc) { function
1059 inline void swapStruct(segment_command_64 &seg) { function
1072 inline void swapStruct(segment_command &seg) { function
1085 inline void swapStruct(section_6 function
1097 inline void swapStruct(section &sect) { function
1109 inline void swapStruct(dyld_info_command &info) { function
1124 inline void swapStruct(dylib_command &d) { function
1133 inline void swapStruct(sub_framework_command &s) { function
1139 inline void swapStruct(sub_umbrella_command &s) { function
1145 inline void swapStruct(sub_library_command &s) { function
1151 inline void swapStruct(sub_client_command &s) { function
1157 inline void swapStruct(routines_command &r) { function
1170 inline void swapStruct(routines_command_64 &r) { function
1183 inline void swapStruct(thread_command &t) { function
1188 inline void swapStruct(dylinker_command &d) { function
1194 inline void swapStruct(uuid_command &u) { function
1199 inline void swapStruct(rpath_command &r) { function
1205 inline void swapStruct(source_version_command &s) { function
1211 inline void swapStruct(entry_point_command &e) { function
1218 inline void swapStruct(encryption_info_command &e) { function
1226 inline void swapStruct(encryption_info_command_64 &e) { function
1235 inline void swapStruct(dysymtab_command &dst) { function
1258 inline void swapStruct(any_relocation_info &reloc) { function
1263 inline void swapStruct(nlist_base &S) { function
1268 inline void swapStruct(nlist &sym) { function
1274 inline void swapStruct(nlist_64 &sym) { function
1280 inline void swapStruct(linkedit_data_command &C) { function
1287 inline void swapStruct(linker_option_command &C) { function
1293 inline void swapStruct(version_min_command &C) { function
1300 inline void swapStruct(note_command &C) { function
1307 inline void swapStruct(build_version_command &C) { function
1316 inline void swapStruct(build_tool_version &C) { function
1321 inline void swapStruct(data_in_code_entry &C) { function
1327 inline void swapStruct(uint32_t &C) { sys::swapByteOrder(C); } function
1330 inline void swapStruct(prebind_cksum_command &C) { function
1337 inline void swapStruct(twolevel_hints_command &C) { function
1345 inline void swapStruct(prebound_dylib_command &C) { function
1354 inline void swapStruct(fvmfile_command &C) { function
1362 inline void swapStruct(symseg_command &C) { function
1370 inline void swapStruct(ident_command &C) { function
1375 inline void swapStruct(fvmlib &C) { function
1382 inline void swapStruct(fvmlib_command &C) { function
1647 inline void swapStruct(x86_thread_state32_t &x) { function
1666 inline void swapStruct(x86_thread_state64_t &x) { function
1690 inline void swapStruct(x86_float_state64_t &x) { function
1707 inline void swapStruct(x86_exception_state64_t &x) { function
1741 inline void swapStruct(x86_state_hdr_t &x) { function
1761 inline void swapStruct(x86_thread_state_t &x) { function
1767 inline void swapStruct(x86_float_state_t &x) { function
1773 inline void swapStruct(x86_exception_state_t &x) { function
1804 inline void swapStruct(arm_thread_state32_t &x) { function
1823 inline void swapStruct(arm_thread_state64_t &x) { function
1845 inline void swapStruct(arm_state_hdr_t &x) { function
1860 inline void swapStruct(arm_thread_state_t &x) { function
1915 inline void swapStruct(ppc_thread_state32_t &x) { function
1970 inline void swapStruct(ppc_state_hdr_t &x) { function
1985 inline void swapStruct(ppc_thread_state_t &x) { function
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO.cpp58 swapStruct(Header);
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryWriter.cpp601 swapStruct(*mh);
643 swapStruct(*seg);
662 swapStruct(*sout);
692 swapStruct(*cmd);
712 swapStruct(*cmd);
731 swapStruct(*sect);
767 swapStruct(*vm);
792 swapStruct(*st);
807 swapStruct(*dl);
819 swapStruct(*d
[all...]
H A DMachONormalizedFileBinaryReader.cpp67 swapStruct(lcCopy);
231 swapStruct(headerCopy);
389 swapStruct(tempSym);
420 tempSym = *sin; swapStruct(tempSym); sin = &tempSym;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.cpp141 MachO::swapStruct(Header);
156 MachO::swapStruct(MLC.segment_command_data);
165 MachO::swapStruct(MLC.segment_command_64_data);
180 MachO::swapStruct(MLC.LCStruct##_data); \
194 MachO::swapStruct(MLC.load_command_data);
226 MachO::swapStruct(Temp);
250 MachO::swapStruct(
270 MachO::swapStruct(ListEntry);
H A DMachOReader.cpp74 MachO::swapStruct(Sec);
148 MachO::swapStruct(LC.MachOLoadCommand.LCStruct##_data); \
161 MachO::swapStruct(LC.MachOLoadCommand.load_command_data);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp83 MachO::swapStruct(Header);
121 MachO::swapStruct(TempSec);
137 MachO::swapStruct(TempSec);
182 MachO::swapStruct(tool);
216 MachO::swapStruct(Data.LCStruct##_data); \
227 MachO::swapStruct(Data.load_command_data);
383 MachO::swapStruct(ListEntry);
515 swapStruct(header);
537 swapStruct(FatArch);
547 swapStruct(FatArc
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3708 inline void swapStruct(struct cfstring64_t &cfs) { function in namespace:llvm
3715 inline void swapStruct(struct class64_t &c) { function in namespace:llvm
3723 inline void swapStruct(struct class32_t &c) { function in namespace:llvm
3731 inline void swapStruct(struct class_ro64_t &cro) { function in namespace:llvm
3745 inline void swapStruct(struct class_ro32_t &cro) { function in namespace:llvm
3758 inline void swapStruct(struct method_list64_t &ml) { function in namespace:llvm
3763 inline void swapStruct(struct method_list32_t &ml) { function in namespace:llvm
3768 inline void swapStruct(struct method64_t &m) { function in namespace:llvm
3774 inline void swapStruct(struct method32_t &m) { function in namespace:llvm
3780 inline void swapStruct(struc function in namespace:llvm
3784 inline void swapStruct(struct protocol_list32_t &pl) { function in namespace:llvm
3788 inline void swapStruct(struct protocol64_t &p) { function in namespace:llvm
3799 inline void swapStruct(struct protocol32_t &p) { function in namespace:llvm
3810 inline void swapStruct(struct ivar_list64_t &il) { function in namespace:llvm
3815 inline void swapStruct(struct ivar_list32_t &il) { function in namespace:llvm
3820 inline void swapStruct(struct ivar64_t &i) { function in namespace:llvm
3828 inline void swapStruct(struct ivar32_t &i) { function in namespace:llvm
3836 inline void swapStruct(struct objc_property_list64 &pl) { function in namespace:llvm
3841 inline void swapStruct(struct objc_property_list32 &pl) { function in namespace:llvm
3846 inline void swapStruct(struct objc_property64 &op) { function in namespace:llvm
3851 inline void swapStruct(struct objc_property32 &op) { function in namespace:llvm
3856 inline void swapStruct(struct category64_t &c) { function in namespace:llvm
3865 inline void swapStruct(struct category32_t &c) { function in namespace:llvm
3874 inline void swapStruct(struct objc_image_info64 &o) { function in namespace:llvm
3879 inline void swapStruct(struct objc_image_info32 &o) { function in namespace:llvm
3884 inline void swapStruct(struct imageInfo_t &o) { function in namespace:llvm
3889 inline void swapStruct(struct message_ref64 &mr) { function in namespace:llvm
3894 inline void swapStruct(struct message_ref32 &mr) { function in namespace:llvm
3899 inline void swapStruct(struct objc_module_t &module) { function in namespace:llvm
3906 inline void swapStruct(struct objc_symtab_t &symtab) { function in namespace:llvm
3913 inline void swapStruct(struct objc_class_t &objc_class) { function in namespace:llvm
3926 inline void swapStruct(struct objc_category_t &objc_category) { function in namespace:llvm
3934 inline void swapStruct(struct objc_ivar_list_t &objc_ivar_list) { function in namespace:llvm
3938 inline void swapStruct(struct objc_ivar_t &objc_ivar) { function in namespace:llvm
3944 inline void swapStruct(struct objc_method_list_t &method_list) { function in namespace:llvm
3949 inline void swapStruct(struct objc_method_t &method) { function in namespace:llvm
3955 inline void swapStruct(struct objc_protocol_list_t &protocol_list) { function in namespace:llvm
3960 inline void swapStruct(struct objc_protocol_t &protocol) { function in namespace:llvm
3968 inline void swapStruct(struct objc_method_description_list_t &mdl) { function in namespace:llvm
3972 inline void swapStruct(struct objc_method_description_t &md) { function in namespace:llvm
6476 inline void swapStruct(struct xar_header &xar) { function in namespace:llvm
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOUniversal.cpp37 swapStruct(Res);
H A DMachOObjectFile.cpp76 MachO::swapStruct(Cmd);
89 MachO::swapStruct(Cmd);

Completed in 152 milliseconds