Home
last modified time | relevance | path

Searched refs:swapByteOrder (Results 1 – 17 of 17) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h1663 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 DUUID.cpp39 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 DMachODump.cpp1333 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 DInstrProf.cpp835 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 Dendianness.h137 template <typename T> inline void swapByteOrder(T &Value) { in swapByteOrder() function
H A Dsimple_packed_serialization.h160 swapByteOrder(Tmp); in serialize()
169 swapByteOrder(Tmp); in deserialize()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DSwapByteOrder.h158 inline void swapByteOrder(T &Value) { in swapByteOrder() function
H A DEndian.h51 sys::swapByteOrder(value); in byte_swap()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOReader.cpp319 sys::swapByteOrder(ImageInfo.Version); in readSwiftVersion()
320 sys::swapByteOrder(ImageInfo.Flags); in readSwiftVersion()
H A DMachOWriter.cpp410 sys::swapByteOrder(Entry); in writeIndirectSymbolTable()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DSimplePackedSerialization.h159 sys::swapByteOrder(Tmp); in serialize()
168 sys::swapByteOrder(Tmp); in deserialize()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DHashing.h152 sys::swapByteOrder(result); in fetch64()
160 sys::swapByteOrder(result); in fetch32()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DDataExtractor.cpp52 sys::swapByteOrder(val); in getU()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataExtractor.h994 llvm::sys::swapByteOrder(val); in Get()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryReader.cpp116 llvm::sys::swapByteOrder(t); in readBigEndian()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp44 sys::swapByteOrder(Integer); in writeInteger()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1023 sys::swapByteOrder(flavor); in checkThreadCommand()
1033 sys::swapByteOrder(count); in checkThreadCommand()