| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | MachO.h | 1686 sys::swapByteOrder(x.ss); in swapStruct() 1689 sys::swapByteOrder(x.cs); in swapStruct() 1690 sys::swapByteOrder(x.ds); in swapStruct() 1691 sys::swapByteOrder(x.es); in swapStruct() 1692 sys::swapByteOrder(x.fs); in swapStruct() 1693 sys::swapByteOrder(x.gs); in swapStruct() 1705 sys::swapByteOrder(x.r8); in swapStruct() 1706 sys::swapByteOrder(x.r9); in swapStruct() 1715 sys::swapByteOrder(x.cs); in swapStruct() 1716 sys::swapByteOrder(x.fs); in swapStruct() [all …]
|
| H A D | DXContainer.h | 61 sys::swapByteOrder(Major); in swapBytes() 62 sys::swapByteOrder(Minor); in swapBytes() 75 sys::swapByteOrder(FileSize); in swapBytes() 76 sys::swapByteOrder(PartCount); in swapBytes() 87 void swapBytes() { sys::swapByteOrder(Size); } in swapBytes() 104 sys::swapByteOrder(MinorVersion); in swapBytes() 105 sys::swapByteOrder(MajorVersion); in swapBytes() 106 sys::swapByteOrder(Offset); in swapBytes() 107 sys::swapByteOrder(Size); in swapBytes() 120 sys::swapByteOrder(ShaderKind); in swapBytes() [all …]
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | SwapByteOrderTest.cpp | 152 sys::swapByteOrder(value); in TEST() 158 sys::swapByteOrder(value); in TEST() 164 sys::swapByteOrder(value); in TEST() 170 sys::swapByteOrder(value); in TEST() 176 sys::swapByteOrder(value); in TEST() 182 sys::swapByteOrder(value); in TEST() 188 sys::swapByteOrder(value); in TEST() 194 sys::swapByteOrder(value); in TEST() 198 TEST(swapByteOrder, float) { in TEST() argument 200 sys::swapByteOrder(value); in TEST() [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/orc/unittests/ |
| 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()
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | UUID.cpp | 39 llvm::sys::swapByteOrder(debug_info.Uuid.Data1); in fromCvRecord() 40 llvm::sys::swapByteOrder(debug_info.Uuid.Data2); in fromCvRecord() 41 llvm::sys::swapByteOrder(debug_info.Uuid.Data3); in fromCvRecord() 42 llvm::sys::swapByteOrder(debug_info.Age); in fromCvRecord()
|
| /llvm-project-15.0.7/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 1353 sys::swapByteOrder(f); in DumpLiteral4Section() 1357 sys::swapByteOrder(l); in DumpLiteral4Section() 1397 sys::swapByteOrder(d); in DumpLiteral8Section() 1402 sys::swapByteOrder(l0); in DumpLiteral8Section() 1403 sys::swapByteOrder(l1); in DumpLiteral8Section() 1432 sys::swapByteOrder(l0); in DumpLiteral16Section() 1433 sys::swapByteOrder(l1); in DumpLiteral16Section() 1434 sys::swapByteOrder(l2); in DumpLiteral16Section() 1435 sys::swapByteOrder(l3); in DumpLiteral16Section() 3729 sys::swapByteOrder(c.isa); in swapStruct() [all …]
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 865 sys::swapByteOrder<uint32_t>(NumValueSites); in swapBytes() 866 sys::swapByteOrder<uint32_t>(Kind); in swapBytes() 873 sys::swapByteOrder<uint64_t>(VD[I].Value); in swapBytes() 874 sys::swapByteOrder<uint64_t>(VD[I].Count); in swapBytes() 877 sys::swapByteOrder<uint32_t>(NumValueSites); in swapBytes() 878 sys::swapByteOrder<uint32_t>(Kind); in swapBytes() 964 sys::swapByteOrder<uint32_t>(TotalSize); in swapBytesToHost() 965 sys::swapByteOrder<uint32_t>(NumValueKinds); in swapBytesToHost() 986 sys::swapByteOrder<uint32_t>(TotalSize); in swapBytesFromHost() 987 sys::swapByteOrder<uint32_t>(NumValueKinds); in swapBytesFromHost()
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | DXContainerEmitter.cpp | 103 sys::swapByteOrder(O); in writeHeader() 119 sys::swapByteOrder(P.Size); in writeParts()
|
| H A D | DWARFEmitter.cpp | 44 sys::swapByteOrder(Integer); in writeInteger()
|
| /llvm-project-15.0.7/llvm/unittests/Object/ |
| H A D | ELFObjectFileTest.cpp | 43 sys::swapByteOrder(Ehdr.e_type); in makeElfData() 44 sys::swapByteOrder(Ehdr.e_machine); in makeElfData() 45 sys::swapByteOrder(Ehdr.e_version); in makeElfData() 46 sys::swapByteOrder(Ehdr.e_ehsize); in makeElfData()
|
| /llvm-project-15.0.7/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 | 160 swapByteOrder(Tmp); in serialize() 169 swapByteOrder(Tmp); in deserialize()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | SwapByteOrder.h | 158 inline void swapByteOrder(T &Value) { in swapByteOrder() function
|
| H A D | Endian.h | 51 sys::swapByteOrder(value); in byte_swap()
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | DXContainer.cpp | 46 sys::swapByteOrder(Val); in readInteger()
|
| H A D | MachOObjectFile.cpp | 1027 sys::swapByteOrder(flavor); in checkThreadCommand() 1037 sys::swapByteOrder(count); in checkThreadCommand()
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOReader.cpp | 346 sys::swapByteOrder(ImageInfo.Version); in readSwiftVersion() 347 sys::swapByteOrder(ImageInfo.Flags); in readSwiftVersion()
|
| H A D | MachOWriter.cpp | 390 sys::swapByteOrder(Entry); in writeIndirectSymbolTable()
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | Hashing.h | 153 sys::swapByteOrder(result); in fetch64() 161 sys::swapByteOrder(result); in fetch32()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | DataExtractor.cpp | 51 sys::swapByteOrder(val); in getU()
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | SimplePackedSerialization.h | 173 sys::swapByteOrder(Tmp); in serialize() 182 sys::swapByteOrder(Tmp); in deserialize()
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | DataExtractor.h | 1005 llvm::sys::swapByteOrder(val); in Get()
|