| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | MachO.h | 1141 sys::swapByteOrder(mh.magic); in swapStruct() 1142 sys::swapByteOrder(mh.nfat_arch); in swapStruct() 1146 sys::swapByteOrder(mh.cputype); in swapStruct() 1147 sys::swapByteOrder(mh.cpusubtype); in swapStruct() 1148 sys::swapByteOrder(mh.offset); in swapStruct() 1149 sys::swapByteOrder(mh.size); in swapStruct() 1150 sys::swapByteOrder(mh.align); in swapStruct() 1154 sys::swapByteOrder(mh.cputype); in swapStruct() 1155 sys::swapByteOrder(mh.cpusubtype); in swapStruct() 1156 sys::swapByteOrder(mh.offset); in swapStruct() [all …]
|
| H A D | DXContainer.h | 68 void swapBytes() { sys::swapByteOrder(Flags); } in swapBytes() 76 sys::swapByteOrder(Major); in swapBytes() 77 sys::swapByteOrder(Minor); in swapBytes() 90 sys::swapByteOrder(FileSize); in swapBytes() 91 sys::swapByteOrder(PartCount); in swapBytes() 102 void swapBytes() { sys::swapByteOrder(Size); } in swapBytes() 119 sys::swapByteOrder(MinorVersion); in swapBytes() 120 sys::swapByteOrder(MajorVersion); in swapBytes() 121 sys::swapByteOrder(Offset); in swapBytes() 122 sys::swapByteOrder(Size); in swapBytes() [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/ |
| H A D | endian_test.cpp | 130 swapByteOrder(value); in TEST() 136 swapByteOrder(value); in TEST() 142 swapByteOrder(value); in TEST() 148 swapByteOrder(value); in TEST() 154 swapByteOrder(value); in TEST() 160 swapByteOrder(value); in TEST() 166 swapByteOrder(value); in TEST() 172 swapByteOrder(value); in TEST()
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | UUID.cpp | 44 llvm::sys::swapByteOrder(debug_info.Uuid.Data1); in UUID() 45 llvm::sys::swapByteOrder(debug_info.Uuid.Data2); in UUID() 46 llvm::sys::swapByteOrder(debug_info.Uuid.Data3); in UUID() 47 llvm::sys::swapByteOrder(debug_info.Age); in UUID()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 1554 sys::swapByteOrder(f); in DumpLiteral4Section() 1558 sys::swapByteOrder(l); in DumpLiteral4Section() 1598 sys::swapByteOrder(d); in DumpLiteral8Section() 1603 sys::swapByteOrder(l0); in DumpLiteral8Section() 1604 sys::swapByteOrder(l1); in DumpLiteral8Section() 1633 sys::swapByteOrder(l0); in DumpLiteral16Section() 1634 sys::swapByteOrder(l1); in DumpLiteral16Section() 1635 sys::swapByteOrder(l2); in DumpLiteral16Section() 1636 sys::swapByteOrder(l3); in DumpLiteral16Section() 1698 sys::swapByteOrder(lp); in DumpLiteralPointerSection() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 1219 sys::swapByteOrder<uint32_t>(NumValueSites); in swapBytes() 1220 sys::swapByteOrder<uint32_t>(Kind); in swapBytes() 1227 sys::swapByteOrder<uint64_t>(VD[I].Value); in swapBytes() 1228 sys::swapByteOrder<uint64_t>(VD[I].Count); in swapBytes() 1231 sys::swapByteOrder<uint32_t>(NumValueSites); in swapBytes() 1232 sys::swapByteOrder<uint32_t>(Kind); in swapBytes() 1309 sys::swapByteOrder<uint32_t>(TotalSize); in swapBytesToHost() 1310 sys::swapByteOrder<uint32_t>(NumValueKinds); in swapBytesToHost() 1331 sys::swapByteOrder<uint32_t>(TotalSize); in swapBytesFromHost() 1332 sys::swapByteOrder<uint32_t>(NumValueKinds); in swapBytesFromHost()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | OutputSections.cpp | 147 sys::swapByteOrder(ShortVal); in emitIntVal() 153 sys::swapByteOrder(ShortVal); in emitIntVal() 158 sys::swapByteOrder(Val); in emitIntVal()
|
| H A D | DWARFLinkerCompileUnit.cpp | 1173 sys::swapByteOrder(LinkedAddress); in cloneDieAttrExpression() 1210 sys::swapByteOrder(LinkedAddress); in cloneDieAttrExpression()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | SwapByteOrder.h | 61 inline void swapByteOrder(T &Value) { in getSwappedBytes() 102 inline void swapByteOrder(T &Value) { swapByteOrder() function
|
| H A D | Endian.h | 46 sys::swapByteOrder(value); in byte_swap()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | DXContainerEmitter.cpp | 105 sys::swapByteOrder(O); in writeHeader() 124 sys::swapByteOrder(P.Size); in writeParts() 182 sys::swapByteOrder(Flags); in writeParts()
|
| H A D | DWARFEmitter.cpp | 44 sys::swapByteOrder(Integer); in writeInteger()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | endianness.h | 137 template <typename T> inline void swapByteOrder(T &Value) { in swapByteOrder() function
|
| H A D | simple_packed_serialization.h | 162 swapByteOrder(Tmp); in serialize() 171 swapByteOrder(Tmp); in deserialize()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOReader.cpp | 358 sys::swapByteOrder(ImageInfo.Version); in readSwiftVersion() 359 sys::swapByteOrder(ImageInfo.Flags); in readSwiftVersion()
|
| H A D | MachOWriter.cpp | 389 sys::swapByteOrder(Entry); in writeIndirectSymbolTable()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | Hashing.h | 141 sys::swapByteOrder(result); in fetch64() 149 sys::swapByteOrder(result); in fetch32()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | DataExtractor.cpp | 52 sys::swapByteOrder(val); in getU()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | DataExtractor.h | 1003 llvm::sys::swapByteOrder(val); in Get()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | SimplePackedSerialization.h | 174 sys::swapByteOrder(Tmp); in serialize() 183 sys::swapByteOrder(Tmp); in deserialize()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | DXContainer.cpp | 53 sys::swapByteOrder(Val); in readInteger()
|
| H A D | MachOObjectFile.cpp | 1033 sys::swapByteOrder(flavor); in checkThreadCommand() 1043 sys::swapByteOrder(count); in checkThreadCommand() 3419 sys::swapByteOrder(RawValue); in moveNext() 5127 sys::swapByteOrder(Start); in getChainedFixupsSegments() 5153 sys::swapByteOrder(Element); in getArray()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | DXContainer.h | 39 sys::swapByteOrder(value); in swapBytes()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinker.cpp | 1227 sys::swapByteOrder(LinkedAddress); in cloneExpression() 1261 sys::swapByteOrder(LinkedAddress); in cloneExpression()
|