Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DMachO.h1638 sys::swapByteOrder(x.ss); in swapStruct()
1641 sys::swapByteOrder(x.cs); in swapStruct()
1642 sys::swapByteOrder(x.ds); in swapStruct()
1643 sys::swapByteOrder(x.es); in swapStruct()
1644 sys::swapByteOrder(x.fs); in swapStruct()
1645 sys::swapByteOrder(x.gs); in swapStruct()
1657 sys::swapByteOrder(x.r8); in swapStruct()
1658 sys::swapByteOrder(x.r9); in swapStruct()
1667 sys::swapByteOrder(x.cs); in swapStruct()
1668 sys::swapByteOrder(x.fs); in swapStruct()
[all …]
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp1030 sys::swapByteOrder(f); in DumpLiteral4Section()
1034 sys::swapByteOrder(l); in DumpLiteral4Section()
1074 sys::swapByteOrder(d); in DumpLiteral8Section()
1079 sys::swapByteOrder(l0); in DumpLiteral8Section()
1080 sys::swapByteOrder(l1); in DumpLiteral8Section()
1109 sys::swapByteOrder(l0); in DumpLiteral16Section()
1110 sys::swapByteOrder(l1); in DumpLiteral16Section()
1111 sys::swapByteOrder(l2); in DumpLiteral16Section()
1112 sys::swapByteOrder(l3); in DumpLiteral16Section()
3375 sys::swapByteOrder(c.isa); in swapStruct()
[all …]
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProf.cpp693 sys::swapByteOrder<uint32_t>(NumValueSites); in swapBytes()
694 sys::swapByteOrder<uint32_t>(Kind); in swapBytes()
701 sys::swapByteOrder<uint64_t>(VD[I].Value); in swapBytes()
702 sys::swapByteOrder<uint64_t>(VD[I].Count); in swapBytes()
705 sys::swapByteOrder<uint32_t>(NumValueSites); in swapBytes()
706 sys::swapByteOrder<uint32_t>(Kind); in swapBytes()
787 sys::swapByteOrder<uint32_t>(TotalSize); in swapBytesToHost()
788 sys::swapByteOrder<uint32_t>(NumValueKinds); in swapBytesToHost()
809 sys::swapByteOrder<uint32_t>(TotalSize); in swapBytesFromHost()
810 sys::swapByteOrder<uint32_t>(NumValueKinds); in swapBytesFromHost()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h332 sys::swapByteOrder(Value); in writeInt16BE()
339 sys::swapByteOrder(Value); in writeInt32BE()
348 sys::swapByteOrder(Value); in writeInt64BE()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DSwapByteOrder.h120 inline void swapByteOrder(T &Value) { in swapByteOrder() function
H A DEndian.h54 sys::swapByteOrder(value); in byte_swap()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DDataExtractor.cpp24 sys::swapByteOrder(val); in getU()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DHashing.h149 sys::swapByteOrder(result); in fetch64()
157 sys::swapByteOrder(result); in fetch32()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp41 sys::swapByteOrder(Integer); in writeInteger()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryReader.cpp117 llvm::sys::swapByteOrder(t); in readBigEndian()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp982 sys::swapByteOrder(flavor); in checkThreadCommand()
992 sys::swapByteOrder(count); in checkThreadCommand()