| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | MachO.h | 1663 sys::swapByteOrder(x.ss); in swapStruct() 1666 sys::swapByteOrder(x.cs); in swapStruct() 1667 sys::swapByteOrder(x.ds); in swapStruct() 1668 sys::swapByteOrder(x.es); in swapStruct() 1669 sys::swapByteOrder(x.fs); in swapStruct() 1670 sys::swapByteOrder(x.gs); in swapStruct() 1682 sys::swapByteOrder(x.r8); in swapStruct() 1683 sys::swapByteOrder(x.r9); in swapStruct() 1692 sys::swapByteOrder(x.cs); in swapStruct() 1693 sys::swapByteOrder(x.fs); in swapStruct() [all …]
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 1333 sys::swapByteOrder(f); in DumpLiteral4Section() 1337 sys::swapByteOrder(l); in DumpLiteral4Section() 1377 sys::swapByteOrder(d); in DumpLiteral8Section() 1382 sys::swapByteOrder(l0); in DumpLiteral8Section() 1383 sys::swapByteOrder(l1); in DumpLiteral8Section() 1412 sys::swapByteOrder(l0); in DumpLiteral16Section() 1413 sys::swapByteOrder(l1); in DumpLiteral16Section() 1414 sys::swapByteOrder(l2); in DumpLiteral16Section() 1415 sys::swapByteOrder(l3); in DumpLiteral16Section() 3706 sys::swapByteOrder(c.isa); in swapStruct() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 835 sys::swapByteOrder<uint32_t>(NumValueSites); in swapBytes() 836 sys::swapByteOrder<uint32_t>(Kind); in swapBytes() 843 sys::swapByteOrder<uint64_t>(VD[I].Value); in swapBytes() 844 sys::swapByteOrder<uint64_t>(VD[I].Count); in swapBytes() 847 sys::swapByteOrder<uint32_t>(NumValueSites); in swapBytes() 848 sys::swapByteOrder<uint32_t>(Kind); in swapBytes() 929 sys::swapByteOrder<uint32_t>(TotalSize); in swapBytesToHost() 930 sys::swapByteOrder<uint32_t>(NumValueKinds); in swapBytesToHost() 951 sys::swapByteOrder<uint32_t>(TotalSize); in swapBytesFromHost() 952 sys::swapByteOrder<uint32_t>(NumValueKinds); in swapBytesFromHost()
|
| /freebsd-13.1/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 | 160 swapByteOrder(Tmp); in serialize() 169 swapByteOrder(Tmp); in deserialize()
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/ |
| H A D | MachOReader.cpp | 319 sys::swapByteOrder(ImageInfo.Version); in readSwiftVersion() 320 sys::swapByteOrder(ImageInfo.Flags); in readSwiftVersion()
|
| H A D | MachOWriter.cpp | 410 sys::swapByteOrder(Entry); in writeIndirectSymbolTable()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | SimplePackedSerialization.h | 159 sys::swapByteOrder(Tmp); in serialize() 168 sys::swapByteOrder(Tmp); in deserialize()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | Hashing.h | 152 sys::swapByteOrder(result); in fetch64() 160 sys::swapByteOrder(result); in fetch32()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | DataExtractor.cpp | 52 sys::swapByteOrder(val); in getU()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | DataExtractor.h | 994 llvm::sys::swapByteOrder(val); in Get()
|
| /freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/ |
| H A D | MachONormalizedFileBinaryReader.cpp | 116 llvm::sys::swapByteOrder(t); in readBigEndian()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | DWARFEmitter.cpp | 44 sys::swapByteOrder(Integer); in writeInteger()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 1023 sys::swapByteOrder(flavor); in checkThreadCommand() 1033 sys::swapByteOrder(count); in checkThreadCommand()
|