Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h1141 sys::swapByteOrder(mh.magic); in swapStruct()
1142 sys::swapByteOrder(mh.nfat_arch); in swapStruct()
1146 sys::swapByteOrder(mh.cputype); in swapStruct()
1147 sys::swapByteOrder(mh.cpusubtype); in swapStruct()
1148 sys::swapByteOrder(mh.offset); in swapStruct()
1149 sys::swapByteOrder(mh.size); in swapStruct()
1150 sys::swapByteOrder(mh.align); in swapStruct()
1154 sys::swapByteOrder(mh.cputype); in swapStruct()
1155 sys::swapByteOrder(mh.cpusubtype); in swapStruct()
1156 sys::swapByteOrder(mh.offset); in swapStruct()
[all …]
H A DDXContainer.h63 void swapBytes() { sys::swapByteOrder(Flags); } in swapBytes()
71 sys::swapByteOrder(Major); in swapBytes()
72 sys::swapByteOrder(Minor); in swapBytes()
85 sys::swapByteOrder(FileSize); in swapBytes()
86 sys::swapByteOrder(PartCount); in swapBytes()
97 void swapBytes() { sys::swapByteOrder(Size); } in swapBytes()
114 sys::swapByteOrder(MinorVersion); in swapBytes()
115 sys::swapByteOrder(MajorVersion); in swapBytes()
116 sys::swapByteOrder(Offset); in swapBytes()
117 sys::swapByteOrder(Size); in swapBytes()
[all …]
/src/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dendian_test.cpp130 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()
/src/contrib/llvm-project/lldb/source/Utility/
H A 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()
/src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1558 sys::swapByteOrder(f); in DumpLiteral4Section()
1562 sys::swapByteOrder(l); in DumpLiteral4Section()
1602 sys::swapByteOrder(d); in DumpLiteral8Section()
1607 sys::swapByteOrder(l0); in DumpLiteral8Section()
1608 sys::swapByteOrder(l1); in DumpLiteral8Section()
1637 sys::swapByteOrder(l0); in DumpLiteral16Section()
1638 sys::swapByteOrder(l1); in DumpLiteral16Section()
1639 sys::swapByteOrder(l2); in DumpLiteral16Section()
1640 sys::swapByteOrder(l3); in DumpLiteral16Section()
1702 sys::swapByteOrder(lp); in DumpLiteralPointerSection()
[all …]
/src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1166 sys::swapByteOrder<uint32_t>(NumValueSites); in swapBytes()
1167 sys::swapByteOrder<uint32_t>(Kind); in swapBytes()
1174 sys::swapByteOrder<uint64_t>(VD[I].Value); in swapBytes()
1175 sys::swapByteOrder<uint64_t>(VD[I].Count); in swapBytes()
1178 sys::swapByteOrder<uint32_t>(NumValueSites); in swapBytes()
1179 sys::swapByteOrder<uint32_t>(Kind); in swapBytes()
1256 sys::swapByteOrder<uint32_t>(TotalSize); in swapBytesToHost()
1257 sys::swapByteOrder<uint32_t>(NumValueKinds); in swapBytesToHost()
1278 sys::swapByteOrder<uint32_t>(TotalSize); in swapBytesFromHost()
1279 sys::swapByteOrder<uint32_t>(NumValueKinds); in swapBytesFromHost()
/src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp104 sys::swapByteOrder(O); in writeHeader()
123 sys::swapByteOrder(P.Size); in writeParts()
181 sys::swapByteOrder(Flags); in writeParts()
H A DDWARFEmitter.cpp45 sys::swapByteOrder(Integer); in writeInteger()
/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DSwapByteOrder.h61 inline void swapByteOrder(T &Value) { in swapByteOrder() function
H A DEndian.h46 sys::swapByteOrder(value); in byte_swap()
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.cpp148 sys::swapByteOrder(ShortVal); in emitIntVal()
154 sys::swapByteOrder(ShortVal); in emitIntVal()
159 sys::swapByteOrder(Val); in emitIntVal()
H A DDWARFLinkerCompileUnit.cpp1177 sys::swapByteOrder(LinkedAddress); in cloneDieAttrExpression()
1214 sys::swapByteOrder(LinkedAddress); in cloneDieAttrExpression()
/src/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.h162 swapByteOrder(Tmp); in serialize()
171 swapByteOrder(Tmp); in deserialize()
/src/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp359 sys::swapByteOrder(ImageInfo.Version); in readSwiftVersion()
360 sys::swapByteOrder(ImageInfo.Flags); in readSwiftVersion()
H A DMachOWriter.cpp390 sys::swapByteOrder(Entry); in writeIndirectSymbolTable()
/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DHashing.h140 sys::swapByteOrder(result); in fetch64()
148 sys::swapByteOrder(result); in fetch32()
/src/contrib/llvm-project/llvm/lib/Support/
H A DDataExtractor.cpp52 sys::swapByteOrder(val); in getU()
/src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataExtractor.h1003 llvm::sys::swapByteOrder(val); in Get()
/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DSimplePackedSerialization.h174 sys::swapByteOrder(Tmp); in serialize()
183 sys::swapByteOrder(Tmp); in deserialize()
/src/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h33 sys::swapByteOrder(value); in swapBytes()
/src/contrib/llvm-project/llvm/lib/Object/
H A DDXContainer.cpp53 sys::swapByteOrder(Val); in readInteger()
H A DMachOObjectFile.cpp1032 sys::swapByteOrder(flavor); in checkThreadCommand()
1042 sys::swapByteOrder(count); in checkThreadCommand()
3420 sys::swapByteOrder(RawValue); in moveNext()
5128 sys::swapByteOrder(Start); in getChainedFixupsSegments()
5154 sys::swapByteOrder(Element); in getArray()
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1227 sys::swapByteOrder(LinkedAddress); in cloneExpression()
1261 sys::swapByteOrder(LinkedAddress); in cloneExpression()