Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DMachO.h1140 sys::swapByteOrder(mh.magic); in swapStruct()
1141 sys::swapByteOrder(mh.nfat_arch); in swapStruct()
1145 sys::swapByteOrder(mh.cputype); in swapStruct()
1146 sys::swapByteOrder(mh.cpusubtype); in swapStruct()
1147 sys::swapByteOrder(mh.offset); in swapStruct()
1148 sys::swapByteOrder(mh.size); in swapStruct()
1149 sys::swapByteOrder(mh.align); in swapStruct()
1153 sys::swapByteOrder(mh.cputype); in swapStruct()
1154 sys::swapByteOrder(mh.cpusubtype); in swapStruct()
1155 sys::swapByteOrder(mh.offset); in swapStruct()
[all …]
DDXContainer.h55 void swapBytes() { sys::swapByteOrder(Flags); } in swapBytes()
63 sys::swapByteOrder(Major); in swapBytes()
64 sys::swapByteOrder(Minor); in swapBytes()
77 sys::swapByteOrder(FileSize); in swapBytes()
78 sys::swapByteOrder(PartCount); in swapBytes()
89 void swapBytes() { sys::swapByteOrder(Size); } in swapBytes()
106 sys::swapByteOrder(MinorVersion); in swapBytes()
107 sys::swapByteOrder(MajorVersion); in swapBytes()
108 sys::swapByteOrder(Offset); in swapBytes()
109 sys::swapByteOrder(Size); in swapBytes()
[all …]
/openbsd/src/gnu/llvm/lldb/source/Utility/
DUUID.cpp39 llvm::sys::swapByteOrder(debug_info.Uuid.Data1); in UUID()
40 llvm::sys::swapByteOrder(debug_info.Uuid.Data2); in UUID()
41 llvm::sys::swapByteOrder(debug_info.Uuid.Data3); in UUID()
42 llvm::sys::swapByteOrder(debug_info.Age); in UUID()
/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
DMachODump.cpp1584 sys::swapByteOrder(f); in DumpLiteral4Section()
1588 sys::swapByteOrder(l); in DumpLiteral4Section()
1628 sys::swapByteOrder(d); in DumpLiteral8Section()
1633 sys::swapByteOrder(l0); in DumpLiteral8Section()
1634 sys::swapByteOrder(l1); in DumpLiteral8Section()
1663 sys::swapByteOrder(l0); in DumpLiteral16Section()
1664 sys::swapByteOrder(l1); in DumpLiteral16Section()
1665 sys::swapByteOrder(l2); in DumpLiteral16Section()
1666 sys::swapByteOrder(l3); in DumpLiteral16Section()
1728 sys::swapByteOrder(lp); in DumpLiteralPointerSection()
[all …]
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DDXContainerEmitter.cpp103 sys::swapByteOrder(O); in writeHeader()
122 sys::swapByteOrder(P.Size); in writeParts()
180 sys::swapByteOrder(Flags); in writeParts()
DDWARFEmitter.cpp45 sys::swapByteOrder(Integer); in writeInteger()
/openbsd/src/gnu/llvm/llvm/lib/ProfileData/
DInstrProf.cpp892 sys::swapByteOrder<uint32_t>(NumValueSites); in swapBytes()
893 sys::swapByteOrder<uint32_t>(Kind); in swapBytes()
900 sys::swapByteOrder<uint64_t>(VD[I].Value); in swapBytes()
901 sys::swapByteOrder<uint64_t>(VD[I].Count); in swapBytes()
904 sys::swapByteOrder<uint32_t>(NumValueSites); in swapBytes()
905 sys::swapByteOrder<uint32_t>(Kind); in swapBytes()
991 sys::swapByteOrder<uint32_t>(TotalSize); in swapBytesToHost()
992 sys::swapByteOrder<uint32_t>(NumValueKinds); in swapBytesToHost()
1013 sys::swapByteOrder<uint32_t>(TotalSize); in swapBytesFromHost()
1014 sys::swapByteOrder<uint32_t>(NumValueKinds); in swapBytesFromHost()
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DSwapByteOrder.h112 inline void swapByteOrder(T &Value) { in swapByteOrder() function
DEndian.h51 sys::swapByteOrder(value); in byte_swap()
/openbsd/src/gnu/llvm/llvm/lib/Object/
DDXContainer.cpp52 sys::swapByteOrder(Val); in readInteger()
DMachOObjectFile.cpp1027 sys::swapByteOrder(flavor); in checkThreadCommand()
1037 sys::swapByteOrder(count); in checkThreadCommand()
3413 sys::swapByteOrder(RawValue); in moveNext()
5112 sys::swapByteOrder(Start); in getChainedFixupsSegments()
5138 sys::swapByteOrder(Element); in getArray()
/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DHashing.h156 sys::swapByteOrder(result); in fetch64()
164 sys::swapByteOrder(result); in fetch32()
/openbsd/src/gnu/llvm/llvm/lib/Support/
DDataExtractor.cpp51 sys::swapByteOrder(val); in getU()
/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DDataExtractor.h1005 llvm::sys::swapByteOrder(val); in Get()