reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
148 sys::swapByteOrder(result); 156 sys::swapByteOrder(result);include/llvm/BinaryFormat/MachO.h
1003 sys::swapByteOrder(mh.magic); 1004 sys::swapByteOrder(mh.nfat_arch); 1008 sys::swapByteOrder(mh.cputype); 1009 sys::swapByteOrder(mh.cpusubtype); 1010 sys::swapByteOrder(mh.offset); 1011 sys::swapByteOrder(mh.size); 1012 sys::swapByteOrder(mh.align); 1016 sys::swapByteOrder(mh.cputype); 1017 sys::swapByteOrder(mh.cpusubtype); 1018 sys::swapByteOrder(mh.offset); 1019 sys::swapByteOrder(mh.size); 1020 sys::swapByteOrder(mh.align); 1021 sys::swapByteOrder(mh.reserved); 1025 sys::swapByteOrder(mh.magic); 1026 sys::swapByteOrder(mh.cputype); 1027 sys::swapByteOrder(mh.cpusubtype); 1028 sys::swapByteOrder(mh.filetype); 1029 sys::swapByteOrder(mh.ncmds); 1030 sys::swapByteOrder(mh.sizeofcmds); 1031 sys::swapByteOrder(mh.flags); 1035 sys::swapByteOrder(H.magic); 1036 sys::swapByteOrder(H.cputype); 1037 sys::swapByteOrder(H.cpusubtype); 1038 sys::swapByteOrder(H.filetype); 1039 sys::swapByteOrder(H.ncmds); 1040 sys::swapByteOrder(H.sizeofcmds); 1041 sys::swapByteOrder(H.flags); 1042 sys::swapByteOrder(H.reserved); 1046 sys::swapByteOrder(lc.cmd); 1047 sys::swapByteOrder(lc.cmdsize); 1051 sys::swapByteOrder(lc.cmd); 1052 sys::swapByteOrder(lc.cmdsize); 1053 sys::swapByteOrder(lc.symoff); 1054 sys::swapByteOrder(lc.nsyms); 1055 sys::swapByteOrder(lc.stroff); 1056 sys::swapByteOrder(lc.strsize); 1060 sys::swapByteOrder(seg.cmd); 1061 sys::swapByteOrder(seg.cmdsize); 1062 sys::swapByteOrder(seg.vmaddr); 1063 sys::swapByteOrder(seg.vmsize); 1064 sys::swapByteOrder(seg.fileoff); 1065 sys::swapByteOrder(seg.filesize); 1066 sys::swapByteOrder(seg.maxprot); 1067 sys::swapByteOrder(seg.initprot); 1068 sys::swapByteOrder(seg.nsects); 1069 sys::swapByteOrder(seg.flags); 1073 sys::swapByteOrder(seg.cmd); 1074 sys::swapByteOrder(seg.cmdsize); 1075 sys::swapByteOrder(seg.vmaddr); 1076 sys::swapByteOrder(seg.vmsize); 1077 sys::swapByteOrder(seg.fileoff); 1078 sys::swapByteOrder(seg.filesize); 1079 sys::swapByteOrder(seg.maxprot); 1080 sys::swapByteOrder(seg.initprot); 1081 sys::swapByteOrder(seg.nsects); 1082 sys::swapByteOrder(seg.flags); 1086 sys::swapByteOrder(sect.addr); 1087 sys::swapByteOrder(sect.size); 1088 sys::swapByteOrder(sect.offset); 1089 sys::swapByteOrder(sect.align); 1090 sys::swapByteOrder(sect.reloff); 1091 sys::swapByteOrder(sect.nreloc); 1092 sys::swapByteOrder(sect.flags); 1093 sys::swapByteOrder(sect.reserved1); 1094 sys::swapByteOrder(sect.reserved2); 1098 sys::swapByteOrder(sect.addr); 1099 sys::swapByteOrder(sect.size); 1100 sys::swapByteOrder(sect.offset); 1101 sys::swapByteOrder(sect.align); 1102 sys::swapByteOrder(sect.reloff); 1103 sys::swapByteOrder(sect.nreloc); 1104 sys::swapByteOrder(sect.flags); 1105 sys::swapByteOrder(sect.reserved1); 1106 sys::swapByteOrder(sect.reserved2); 1110 sys::swapByteOrder(info.cmd); 1111 sys::swapByteOrder(info.cmdsize); 1112 sys::swapByteOrder(info.rebase_off); 1113 sys::swapByteOrder(info.rebase_size); 1114 sys::swapByteOrder(info.bind_off); 1115 sys::swapByteOrder(info.bind_size); 1116 sys::swapByteOrder(info.weak_bind_off); 1117 sys::swapByteOrder(info.weak_bind_size); 1118 sys::swapByteOrder(info.lazy_bind_off); 1119 sys::swapByteOrder(info.lazy_bind_size); 1120 sys::swapByteOrder(info.export_off); 1121 sys::swapByteOrder(info.export_size); 1125 sys::swapByteOrder(d.cmd); 1126 sys::swapByteOrder(d.cmdsize); 1127 sys::swapByteOrder(d.dylib.name); 1128 sys::swapByteOrder(d.dylib.timestamp); 1129 sys::swapByteOrder(d.dylib.current_version); 1130 sys::swapByteOrder(d.dylib.compatibility_version); 1134 sys::swapByteOrder(s.cmd); 1135 sys::swapByteOrder(s.cmdsize); 1136 sys::swapByteOrder(s.umbrella); 1140 sys::swapByteOrder(s.cmd); 1141 sys::swapByteOrder(s.cmdsize); 1142 sys::swapByteOrder(s.sub_umbrella); 1146 sys::swapByteOrder(s.cmd); 1147 sys::swapByteOrder(s.cmdsize); 1148 sys::swapByteOrder(s.sub_library); 1152 sys::swapByteOrder(s.cmd); 1153 sys::swapByteOrder(s.cmdsize); 1154 sys::swapByteOrder(s.client); 1158 sys::swapByteOrder(r.cmd); 1159 sys::swapByteOrder(r.cmdsize); 1160 sys::swapByteOrder(r.init_address); 1161 sys::swapByteOrder(r.init_module); 1162 sys::swapByteOrder(r.reserved1); 1163 sys::swapByteOrder(r.reserved2); 1164 sys::swapByteOrder(r.reserved3); 1165 sys::swapByteOrder(r.reserved4); 1166 sys::swapByteOrder(r.reserved5); 1167 sys::swapByteOrder(r.reserved6); 1171 sys::swapByteOrder(r.cmd); 1172 sys::swapByteOrder(r.cmdsize); 1173 sys::swapByteOrder(r.init_address); 1174 sys::swapByteOrder(r.init_module); 1175 sys::swapByteOrder(r.reserved1); 1176 sys::swapByteOrder(r.reserved2); 1177 sys::swapByteOrder(r.reserved3); 1178 sys::swapByteOrder(r.reserved4); 1179 sys::swapByteOrder(r.reserved5); 1180 sys::swapByteOrder(r.reserved6); 1184 sys::swapByteOrder(t.cmd); 1185 sys::swapByteOrder(t.cmdsize); 1189 sys::swapByteOrder(d.cmd); 1190 sys::swapByteOrder(d.cmdsize); 1191 sys::swapByteOrder(d.name); 1195 sys::swapByteOrder(u.cmd); 1196 sys::swapByteOrder(u.cmdsize); 1200 sys::swapByteOrder(r.cmd); 1201 sys::swapByteOrder(r.cmdsize); 1202 sys::swapByteOrder(r.path); 1206 sys::swapByteOrder(s.cmd); 1207 sys::swapByteOrder(s.cmdsize); 1208 sys::swapByteOrder(s.version); 1212 sys::swapByteOrder(e.cmd); 1213 sys::swapByteOrder(e.cmdsize); 1214 sys::swapByteOrder(e.entryoff); 1215 sys::swapByteOrder(e.stacksize); 1219 sys::swapByteOrder(e.cmd); 1220 sys::swapByteOrder(e.cmdsize); 1221 sys::swapByteOrder(e.cryptoff); 1222 sys::swapByteOrder(e.cryptsize); 1223 sys::swapByteOrder(e.cryptid); 1227 sys::swapByteOrder(e.cmd); 1228 sys::swapByteOrder(e.cmdsize); 1229 sys::swapByteOrder(e.cryptoff); 1230 sys::swapByteOrder(e.cryptsize); 1231 sys::swapByteOrder(e.cryptid); 1232 sys::swapByteOrder(e.pad); 1236 sys::swapByteOrder(dst.cmd); 1237 sys::swapByteOrder(dst.cmdsize); 1238 sys::swapByteOrder(dst.ilocalsym); 1239 sys::swapByteOrder(dst.nlocalsym); 1240 sys::swapByteOrder(dst.iextdefsym); 1241 sys::swapByteOrder(dst.nextdefsym); 1242 sys::swapByteOrder(dst.iundefsym); 1243 sys::swapByteOrder(dst.nundefsym); 1244 sys::swapByteOrder(dst.tocoff); 1245 sys::swapByteOrder(dst.ntoc); 1246 sys::swapByteOrder(dst.modtaboff); 1247 sys::swapByteOrder(dst.nmodtab); 1248 sys::swapByteOrder(dst.extrefsymoff); 1249 sys::swapByteOrder(dst.nextrefsyms); 1250 sys::swapByteOrder(dst.indirectsymoff); 1251 sys::swapByteOrder(dst.nindirectsyms); 1252 sys::swapByteOrder(dst.extreloff); 1253 sys::swapByteOrder(dst.nextrel); 1254 sys::swapByteOrder(dst.locreloff); 1255 sys::swapByteOrder(dst.nlocrel); 1259 sys::swapByteOrder(reloc.r_word0); 1260 sys::swapByteOrder(reloc.r_word1); 1264 sys::swapByteOrder(S.n_strx); 1265 sys::swapByteOrder(S.n_desc); 1269 sys::swapByteOrder(sym.n_strx); 1270 sys::swapByteOrder(sym.n_desc); 1271 sys::swapByteOrder(sym.n_value); 1275 sys::swapByteOrder(sym.n_strx); 1276 sys::swapByteOrder(sym.n_desc); 1277 sys::swapByteOrder(sym.n_value); 1281 sys::swapByteOrder(C.cmd); 1282 sys::swapByteOrder(C.cmdsize); 1283 sys::swapByteOrder(C.dataoff); 1284 sys::swapByteOrder(C.datasize); 1288 sys::swapByteOrder(C.cmd); 1289 sys::swapByteOrder(C.cmdsize); 1290 sys::swapByteOrder(C.count); 1294 sys::swapByteOrder(C.cmd); 1295 sys::swapByteOrder(C.cmdsize); 1296 sys::swapByteOrder(C.version); 1297 sys::swapByteOrder(C.sdk); 1301 sys::swapByteOrder(C.cmd); 1302 sys::swapByteOrder(C.cmdsize); 1303 sys::swapByteOrder(C.offset); 1304 sys::swapByteOrder(C.size); 1308 sys::swapByteOrder(C.cmd); 1309 sys::swapByteOrder(C.cmdsize); 1310 sys::swapByteOrder(C.platform); 1311 sys::swapByteOrder(C.minos); 1312 sys::swapByteOrder(C.sdk); 1313 sys::swapByteOrder(C.ntools); 1317 sys::swapByteOrder(C.tool); 1318 sys::swapByteOrder(C.version); 1322 sys::swapByteOrder(C.offset); 1323 sys::swapByteOrder(C.length); 1324 sys::swapByteOrder(C.kind); 1327 inline void swapStruct(uint32_t &C) { sys::swapByteOrder(C); } 1331 sys::swapByteOrder(C.cmd); 1332 sys::swapByteOrder(C.cmdsize); 1333 sys::swapByteOrder(C.cksum); 1338 sys::swapByteOrder(C.cmd); 1339 sys::swapByteOrder(C.cmdsize); 1340 sys::swapByteOrder(C.offset); 1341 sys::swapByteOrder(C.nhints); 1346 sys::swapByteOrder(C.cmd); 1347 sys::swapByteOrder(C.cmdsize); 1348 sys::swapByteOrder(C.name); 1349 sys::swapByteOrder(C.nmodules); 1350 sys::swapByteOrder(C.linked_modules); 1355 sys::swapByteOrder(C.cmd); 1356 sys::swapByteOrder(C.cmdsize); 1357 sys::swapByteOrder(C.name); 1358 sys::swapByteOrder(C.header_addr); 1363 sys::swapByteOrder(C.cmd); 1364 sys::swapByteOrder(C.cmdsize); 1365 sys::swapByteOrder(C.offset); 1366 sys::swapByteOrder(C.size); 1371 sys::swapByteOrder(C.cmd); 1372 sys::swapByteOrder(C.cmdsize); 1376 sys::swapByteOrder(C.name); 1377 sys::swapByteOrder(C.minor_version); 1378 sys::swapByteOrder(C.header_addr); 1383 sys::swapByteOrder(C.cmd); 1384 sys::swapByteOrder(C.cmdsize); 1648 sys::swapByteOrder(x.eax); 1649 sys::swapByteOrder(x.ebx); 1650 sys::swapByteOrder(x.ecx); 1651 sys::swapByteOrder(x.edx); 1652 sys::swapByteOrder(x.edi); 1653 sys::swapByteOrder(x.esi); 1654 sys::swapByteOrder(x.ebp); 1655 sys::swapByteOrder(x.esp); 1656 sys::swapByteOrder(x.ss); 1657 sys::swapByteOrder(x.eflags); 1658 sys::swapByteOrder(x.eip); 1659 sys::swapByteOrder(x.cs); 1660 sys::swapByteOrder(x.ds); 1661 sys::swapByteOrder(x.es); 1662 sys::swapByteOrder(x.fs); 1663 sys::swapByteOrder(x.gs); 1667 sys::swapByteOrder(x.rax); 1668 sys::swapByteOrder(x.rbx); 1669 sys::swapByteOrder(x.rcx); 1670 sys::swapByteOrder(x.rdx); 1671 sys::swapByteOrder(x.rdi); 1672 sys::swapByteOrder(x.rsi); 1673 sys::swapByteOrder(x.rbp); 1674 sys::swapByteOrder(x.rsp); 1675 sys::swapByteOrder(x.r8); 1676 sys::swapByteOrder(x.r9); 1677 sys::swapByteOrder(x.r10); 1678 sys::swapByteOrder(x.r11); 1679 sys::swapByteOrder(x.r12); 1680 sys::swapByteOrder(x.r13); 1681 sys::swapByteOrder(x.r14); 1682 sys::swapByteOrder(x.r15); 1683 sys::swapByteOrder(x.rip); 1684 sys::swapByteOrder(x.rflags); 1685 sys::swapByteOrder(x.cs); 1686 sys::swapByteOrder(x.fs); 1687 sys::swapByteOrder(x.gs); 1691 sys::swapByteOrder(x.fpu_reserved[0]); 1692 sys::swapByteOrder(x.fpu_reserved[1]); 1695 sys::swapByteOrder(x.fpu_fop); 1696 sys::swapByteOrder(x.fpu_ip); 1697 sys::swapByteOrder(x.fpu_cs); 1698 sys::swapByteOrder(x.fpu_rsrv2); 1699 sys::swapByteOrder(x.fpu_dp); 1700 sys::swapByteOrder(x.fpu_ds); 1701 sys::swapByteOrder(x.fpu_rsrv3); 1702 sys::swapByteOrder(x.fpu_mxcsr); 1703 sys::swapByteOrder(x.fpu_mxcsrmask); 1704 sys::swapByteOrder(x.fpu_reserved1); 1708 sys::swapByteOrder(x.trapno); 1709 sys::swapByteOrder(x.cpu); 1710 sys::swapByteOrder(x.err); 1711 sys::swapByteOrder(x.faultvaddr); 1742 sys::swapByteOrder(x.flavor); 1743 sys::swapByteOrder(x.count); 1806 sys::swapByteOrder(x.r[i]); 1807 sys::swapByteOrder(x.sp); 1808 sys::swapByteOrder(x.lr); 1809 sys::swapByteOrder(x.pc); 1810 sys::swapByteOrder(x.cpsr); 1825 sys::swapByteOrder(x.x[i]); 1826 sys::swapByteOrder(x.fp); 1827 sys::swapByteOrder(x.lr); 1828 sys::swapByteOrder(x.sp); 1829 sys::swapByteOrder(x.pc); 1830 sys::swapByteOrder(x.cpsr); 1846 sys::swapByteOrder(x.flavor); 1847 sys::swapByteOrder(x.count); 1916 sys::swapByteOrder(x.srr0); 1917 sys::swapByteOrder(x.srr1); 1918 sys::swapByteOrder(x.r0); 1919 sys::swapByteOrder(x.r1); 1920 sys::swapByteOrder(x.r2); 1921 sys::swapByteOrder(x.r3); 1922 sys::swapByteOrder(x.r4); 1923 sys::swapByteOrder(x.r5); 1924 sys::swapByteOrder(x.r6); 1925 sys::swapByteOrder(x.r7); 1926 sys::swapByteOrder(x.r8); 1927 sys::swapByteOrder(x.r9); 1928 sys::swapByteOrder(x.r10); 1929 sys::swapByteOrder(x.r11); 1930 sys::swapByteOrder(x.r12); 1931 sys::swapByteOrder(x.r13); 1932 sys::swapByteOrder(x.r14); 1933 sys::swapByteOrder(x.r15); 1934 sys::swapByteOrder(x.r16); 1935 sys::swapByteOrder(x.r17); 1936 sys::swapByteOrder(x.r18); 1937 sys::swapByteOrder(x.r19); 1938 sys::swapByteOrder(x.r20); 1939 sys::swapByteOrder(x.r21); 1940 sys::swapByteOrder(x.r22); 1941 sys::swapByteOrder(x.r23); 1942 sys::swapByteOrder(x.r24); 1943 sys::swapByteOrder(x.r25); 1944 sys::swapByteOrder(x.r26); 1945 sys::swapByteOrder(x.r27); 1946 sys::swapByteOrder(x.r28); 1947 sys::swapByteOrder(x.r29); 1948 sys::swapByteOrder(x.r30); 1949 sys::swapByteOrder(x.r31); 1950 sys::swapByteOrder(x.ct); 1951 sys::swapByteOrder(x.xer); 1952 sys::swapByteOrder(x.lr); 1953 sys::swapByteOrder(x.ctr); 1954 sys::swapByteOrder(x.mq); 1955 sys::swapByteOrder(x.vrsave); 1971 sys::swapByteOrder(x.flavor); 1972 sys::swapByteOrder(x.count);include/llvm/Support/Endian.h
53 sys::swapByteOrder(value);
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h323 sys::swapByteOrder(Value); 330 sys::swapByteOrder(Value); 339 sys::swapByteOrder(Value);lib/Object/MachOObjectFile.cpp
1020 sys::swapByteOrder(flavor); 1030 sys::swapByteOrder(count);lib/ObjectYAML/DWARFEmitter.cpp
40 sys::swapByteOrder(Integer);
lib/ProfileData/InstrProf.cpp811 sys::swapByteOrder<uint32_t>(NumValueSites); 812 sys::swapByteOrder<uint32_t>(Kind); 819 sys::swapByteOrder<uint64_t>(VD[I].Value); 820 sys::swapByteOrder<uint64_t>(VD[I].Count); 823 sys::swapByteOrder<uint32_t>(NumValueSites); 824 sys::swapByteOrder<uint32_t>(Kind); 905 sys::swapByteOrder<uint32_t>(TotalSize); 906 sys::swapByteOrder<uint32_t>(NumValueKinds); 927 sys::swapByteOrder<uint32_t>(TotalSize); 928 sys::swapByteOrder<uint32_t>(NumValueKinds);lib/Support/DataExtractor.cpp
41 sys::swapByteOrder(val);
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp 116 llvm::sys::swapByteOrder(t);
tools/lldb/source/Plugins/Process/minidump/MinidumpParser.cpp77 llvm::sys::swapByteOrder(swapped.Uuid.Data1); 78 llvm::sys::swapByteOrder(swapped.Uuid.Data2); 79 llvm::sys::swapByteOrder(swapped.Uuid.Data3); 80 llvm::sys::swapByteOrder(swapped.Age);tools/llvm-objdump/MachODump.cpp
1357 sys::swapByteOrder(f); 1361 sys::swapByteOrder(l); 1401 sys::swapByteOrder(d); 1406 sys::swapByteOrder(l0); 1407 sys::swapByteOrder(l1); 1436 sys::swapByteOrder(l0); 1437 sys::swapByteOrder(l1); 1438 sys::swapByteOrder(l2); 1439 sys::swapByteOrder(l3); 1501 sys::swapByteOrder(lp); 1506 sys::swapByteOrder(li); 1571 sys::swapByteOrder(f); 1572 sys::swapByteOrder(l); 1584 sys::swapByteOrder(f); 1585 sys::swapByteOrder(l0); 1586 sys::swapByteOrder(l1); 1601 sys::swapByteOrder(l0); 1602 sys::swapByteOrder(l1); 1603 sys::swapByteOrder(l2); 1604 sys::swapByteOrder(l3); 1647 sys::swapByteOrder(pointer_value); 1655 sys::swapByteOrder(pointer_value); 1706 sys::swapByteOrder(long_word); 3245 sys::swapByteOrder(pointer_value); 3257 sys::swapByteOrder(pointer_value); 3709 sys::swapByteOrder(cfs.isa); 3710 sys::swapByteOrder(cfs.flags); 3711 sys::swapByteOrder(cfs.characters); 3712 sys::swapByteOrder(cfs.length); 3716 sys::swapByteOrder(c.isa); 3717 sys::swapByteOrder(c.superclass); 3718 sys::swapByteOrder(c.cache); 3719 sys::swapByteOrder(c.vtable); 3720 sys::swapByteOrder(c.data); 3724 sys::swapByteOrder(c.isa); 3725 sys::swapByteOrder(c.superclass); 3726 sys::swapByteOrder(c.cache); 3727 sys::swapByteOrder(c.vtable); 3728 sys::swapByteOrder(c.data); 3732 sys::swapByteOrder(cro.flags); 3733 sys::swapByteOrder(cro.instanceStart); 3734 sys::swapByteOrder(cro.instanceSize); 3735 sys::swapByteOrder(cro.reserved); 3736 sys::swapByteOrder(cro.ivarLayout); 3737 sys::swapByteOrder(cro.name); 3738 sys::swapByteOrder(cro.baseMethods); 3739 sys::swapByteOrder(cro.baseProtocols); 3740 sys::swapByteOrder(cro.ivars); 3741 sys::swapByteOrder(cro.weakIvarLayout); 3742 sys::swapByteOrder(cro.baseProperties); 3746 sys::swapByteOrder(cro.flags); 3747 sys::swapByteOrder(cro.instanceStart); 3748 sys::swapByteOrder(cro.instanceSize); 3749 sys::swapByteOrder(cro.ivarLayout); 3750 sys::swapByteOrder(cro.name); 3751 sys::swapByteOrder(cro.baseMethods); 3752 sys::swapByteOrder(cro.baseProtocols); 3753 sys::swapByteOrder(cro.ivars); 3754 sys::swapByteOrder(cro.weakIvarLayout); 3755 sys::swapByteOrder(cro.baseProperties); 3759 sys::swapByteOrder(ml.entsize); 3760 sys::swapByteOrder(ml.count); 3764 sys::swapByteOrder(ml.entsize); 3765 sys::swapByteOrder(ml.count); 3769 sys::swapByteOrder(m.name); 3770 sys::swapByteOrder(m.types); 3771 sys::swapByteOrder(m.imp); 3775 sys::swapByteOrder(m.name); 3776 sys::swapByteOrder(m.types); 3777 sys::swapByteOrder(m.imp); 3781 sys::swapByteOrder(pl.count); 3785 sys::swapByteOrder(pl.count); 3789 sys::swapByteOrder(p.isa); 3790 sys::swapByteOrder(p.name); 3791 sys::swapByteOrder(p.protocols); 3792 sys::swapByteOrder(p.instanceMethods); 3793 sys::swapByteOrder(p.classMethods); 3794 sys::swapByteOrder(p.optionalInstanceMethods); 3795 sys::swapByteOrder(p.optionalClassMethods); 3796 sys::swapByteOrder(p.instanceProperties); 3800 sys::swapByteOrder(p.isa); 3801 sys::swapByteOrder(p.name); 3802 sys::swapByteOrder(p.protocols); 3803 sys::swapByteOrder(p.instanceMethods); 3804 sys::swapByteOrder(p.classMethods); 3805 sys::swapByteOrder(p.optionalInstanceMethods); 3806 sys::swapByteOrder(p.optionalClassMethods); 3807 sys::swapByteOrder(p.instanceProperties); 3811 sys::swapByteOrder(il.entsize); 3812 sys::swapByteOrder(il.count); 3816 sys::swapByteOrder(il.entsize); 3817 sys::swapByteOrder(il.count); 3821 sys::swapByteOrder(i.offset); 3822 sys::swapByteOrder(i.name); 3823 sys::swapByteOrder(i.type); 3824 sys::swapByteOrder(i.alignment); 3825 sys::swapByteOrder(i.size); 3829 sys::swapByteOrder(i.offset); 3830 sys::swapByteOrder(i.name); 3831 sys::swapByteOrder(i.type); 3832 sys::swapByteOrder(i.alignment); 3833 sys::swapByteOrder(i.size); 3837 sys::swapByteOrder(pl.entsize); 3838 sys::swapByteOrder(pl.count); 3842 sys::swapByteOrder(pl.entsize); 3843 sys::swapByteOrder(pl.count); 3847 sys::swapByteOrder(op.name); 3848 sys::swapByteOrder(op.attributes); 3852 sys::swapByteOrder(op.name); 3853 sys::swapByteOrder(op.attributes); 3857 sys::swapByteOrder(c.name); 3858 sys::swapByteOrder(c.cls); 3859 sys::swapByteOrder(c.instanceMethods); 3860 sys::swapByteOrder(c.classMethods); 3861 sys::swapByteOrder(c.protocols); 3862 sys::swapByteOrder(c.instanceProperties); 3866 sys::swapByteOrder(c.name); 3867 sys::swapByteOrder(c.cls); 3868 sys::swapByteOrder(c.instanceMethods); 3869 sys::swapByteOrder(c.classMethods); 3870 sys::swapByteOrder(c.protocols); 3871 sys::swapByteOrder(c.instanceProperties); 3875 sys::swapByteOrder(o.version); 3876 sys::swapByteOrder(o.flags); 3880 sys::swapByteOrder(o.version); 3881 sys::swapByteOrder(o.flags); 3885 sys::swapByteOrder(o.version); 3886 sys::swapByteOrder(o.flags); 3890 sys::swapByteOrder(mr.imp); 3891 sys::swapByteOrder(mr.sel); 3895 sys::swapByteOrder(mr.imp); 3896 sys::swapByteOrder(mr.sel); 3900 sys::swapByteOrder(module.version); 3901 sys::swapByteOrder(module.size); 3902 sys::swapByteOrder(module.name); 3903 sys::swapByteOrder(module.symtab); 3907 sys::swapByteOrder(symtab.sel_ref_cnt); 3908 sys::swapByteOrder(symtab.refs); 3909 sys::swapByteOrder(symtab.cls_def_cnt); 3910 sys::swapByteOrder(symtab.cat_def_cnt); 3914 sys::swapByteOrder(objc_class.isa); 3915 sys::swapByteOrder(objc_class.super_class); 3916 sys::swapByteOrder(objc_class.name); 3917 sys::swapByteOrder(objc_class.version); 3918 sys::swapByteOrder(objc_class.info); 3919 sys::swapByteOrder(objc_class.instance_size); 3920 sys::swapByteOrder(objc_class.ivars); 3921 sys::swapByteOrder(objc_class.methodLists); 3922 sys::swapByteOrder(objc_class.cache); 3923 sys::swapByteOrder(objc_class.protocols); 3927 sys::swapByteOrder(objc_category.category_name); 3928 sys::swapByteOrder(objc_category.class_name); 3929 sys::swapByteOrder(objc_category.instance_methods); 3930 sys::swapByteOrder(objc_category.class_methods); 3931 sys::swapByteOrder(objc_category.protocols); 3935 sys::swapByteOrder(objc_ivar_list.ivar_count); 3939 sys::swapByteOrder(objc_ivar.ivar_name); 3940 sys::swapByteOrder(objc_ivar.ivar_type); 3941 sys::swapByteOrder(objc_ivar.ivar_offset); 3945 sys::swapByteOrder(method_list.obsolete); 3946 sys::swapByteOrder(method_list.method_count); 3950 sys::swapByteOrder(method.method_name); 3951 sys::swapByteOrder(method.method_types); 3952 sys::swapByteOrder(method.method_imp); 3956 sys::swapByteOrder(protocol_list.next); 3957 sys::swapByteOrder(protocol_list.count); 3961 sys::swapByteOrder(protocol.isa); 3962 sys::swapByteOrder(protocol.protocol_name); 3963 sys::swapByteOrder(protocol.protocol_list); 3964 sys::swapByteOrder(protocol.instance_methods); 3965 sys::swapByteOrder(protocol.class_methods); 3969 sys::swapByteOrder(mdl.count); 3973 sys::swapByteOrder(md.name); 3974 sys::swapByteOrder(md.types); 4135 sys::swapByteOrder(p); 4185 sys::swapByteOrder(p); 4493 sys::swapByteOrder(q); 4622 sys::swapByteOrder(q); 4843 sys::swapByteOrder(l); 4907 sys::swapByteOrder(ivar_offset); 4997 sys::swapByteOrder(ivar_offset); 6364 sys::swapByteOrder(def); 6415 sys::swapByteOrder(def); 9632 sys::swapByteOrder(flavor); 9641 sys::swapByteOrder(count); 9710 sys::swapByteOrder(flavor); 9719 sys::swapByteOrder(count); 9869 sys::swapByteOrder(flavor); 9878 sys::swapByteOrder(count); 9917 sys::swapByteOrder(flavor); 9926 sys::swapByteOrder(count); 9964 sys::swapByteOrder(flavor); 9973 sys::swapByteOrder(count);unittests/Support/SwapByteOrderTest.cpp
142 sys::swapByteOrder(value); 148 sys::swapByteOrder(value); 154 sys::swapByteOrder(value); 160 sys::swapByteOrder(value); 166 sys::swapByteOrder(value); 172 sys::swapByteOrder(value); 178 sys::swapByteOrder(value); 184 sys::swapByteOrder(value); 190 sys::swapByteOrder(value); 196 sys::swapByteOrder(value);