Home
last modified time | relevance | path

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

/freebsd/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.h68 void swapBytes() { sys::swapByteOrder(Flags); } in swapBytes()
76 sys::swapByteOrder(Major); in swapBytes()
77 sys::swapByteOrder(Minor); in swapBytes()
90 sys::swapByteOrder(FileSize); in swapBytes()
91 sys::swapByteOrder(PartCount); in swapBytes()
102 void swapBytes() { sys::swapByteOrder(Size); } in swapBytes()
119 sys::swapByteOrder(MinorVersion); in swapBytes()
120 sys::swapByteOrder(MajorVersion); in swapBytes()
121 sys::swapByteOrder(Offset); in swapBytes()
122 sys::swapByteOrder(Size); in swapBytes()
[all …]
/freebsd/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()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DUUID.cpp44 llvm::sys::swapByteOrder(debug_info.Uuid.Data1); in UUID()
45 llvm::sys::swapByteOrder(debug_info.Uuid.Data2); in UUID()
46 llvm::sys::swapByteOrder(debug_info.Uuid.Data3); in UUID()
47 llvm::sys::swapByteOrder(debug_info.Age); in UUID()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1554 sys::swapByteOrder(f); in DumpLiteral4Section()
1558 sys::swapByteOrder(l); in DumpLiteral4Section()
1598 sys::swapByteOrder(d); in DumpLiteral8Section()
1603 sys::swapByteOrder(l0); in DumpLiteral8Section()
1604 sys::swapByteOrder(l1); in DumpLiteral8Section()
1633 sys::swapByteOrder(l0); in DumpLiteral16Section()
1634 sys::swapByteOrder(l1); in DumpLiteral16Section()
1635 sys::swapByteOrder(l2); in DumpLiteral16Section()
1636 sys::swapByteOrder(l3); in DumpLiteral16Section()
1698 sys::swapByteOrder(lp); in DumpLiteralPointerSection()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1219 sys::swapByteOrder<uint32_t>(NumValueSites); in swapBytes()
1220 sys::swapByteOrder<uint32_t>(Kind); in swapBytes()
1227 sys::swapByteOrder<uint64_t>(VD[I].Value); in swapBytes()
1228 sys::swapByteOrder<uint64_t>(VD[I].Count); in swapBytes()
1231 sys::swapByteOrder<uint32_t>(NumValueSites); in swapBytes()
1232 sys::swapByteOrder<uint32_t>(Kind); in swapBytes()
1309 sys::swapByteOrder<uint32_t>(TotalSize); in swapBytesToHost()
1310 sys::swapByteOrder<uint32_t>(NumValueKinds); in swapBytesToHost()
1331 sys::swapByteOrder<uint32_t>(TotalSize); in swapBytesFromHost()
1332 sys::swapByteOrder<uint32_t>(NumValueKinds); in swapBytesFromHost()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.cpp147 sys::swapByteOrder(ShortVal); in emitIntVal()
153 sys::swapByteOrder(ShortVal); in emitIntVal()
158 sys::swapByteOrder(Val); in emitIntVal()
H A DDWARFLinkerCompileUnit.cpp1173 sys::swapByteOrder(LinkedAddress); in cloneDieAttrExpression()
1210 sys::swapByteOrder(LinkedAddress); in cloneDieAttrExpression()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSwapByteOrder.h61 inline void swapByteOrder(T &Value) { in getSwappedBytes()
102 inline void swapByteOrder(T &Value) { swapByteOrder() function
H A DEndian.h46 sys::swapByteOrder(value); in byte_swap()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp105 sys::swapByteOrder(O); in writeHeader()
124 sys::swapByteOrder(P.Size); in writeParts()
182 sys::swapByteOrder(Flags); in writeParts()
H A DDWARFEmitter.cpp44 sys::swapByteOrder(Integer); in writeInteger()
/freebsd/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()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp358 sys::swapByteOrder(ImageInfo.Version); in readSwiftVersion()
359 sys::swapByteOrder(ImageInfo.Flags); in readSwiftVersion()
H A DMachOWriter.cpp389 sys::swapByteOrder(Entry); in writeIndirectSymbolTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DHashing.h141 sys::swapByteOrder(result); in fetch64()
149 sys::swapByteOrder(result); in fetch32()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDataExtractor.cpp52 sys::swapByteOrder(val); in getU()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataExtractor.h1003 llvm::sys::swapByteOrder(val); in Get()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DSimplePackedSerialization.h174 sys::swapByteOrder(Tmp); in serialize()
183 sys::swapByteOrder(Tmp); in deserialize()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DDXContainer.cpp53 sys::swapByteOrder(Val); in readInteger()
H A DMachOObjectFile.cpp1033 sys::swapByteOrder(flavor); in checkThreadCommand()
1043 sys::swapByteOrder(count); in checkThreadCommand()
3419 sys::swapByteOrder(RawValue); in moveNext()
5127 sys::swapByteOrder(Start); in getChainedFixupsSegments()
5153 sys::swapByteOrder(Element); in getArray()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h39 sys::swapByteOrder(value); in swapBytes()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1227 sys::swapByteOrder(LinkedAddress); in cloneExpression()
1261 sys::swapByteOrder(LinkedAddress); in cloneExpression()