Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMachO.h1686 sys::swapByteOrder(x.ss); in swapStruct()
1689 sys::swapByteOrder(x.cs); in swapStruct()
1690 sys::swapByteOrder(x.ds); in swapStruct()
1691 sys::swapByteOrder(x.es); in swapStruct()
1692 sys::swapByteOrder(x.fs); in swapStruct()
1693 sys::swapByteOrder(x.gs); in swapStruct()
1705 sys::swapByteOrder(x.r8); in swapStruct()
1706 sys::swapByteOrder(x.r9); in swapStruct()
1715 sys::swapByteOrder(x.cs); in swapStruct()
1716 sys::swapByteOrder(x.fs); in swapStruct()
[all …]
H A DDXContainer.h61 sys::swapByteOrder(Major); in swapBytes()
62 sys::swapByteOrder(Minor); in swapBytes()
75 sys::swapByteOrder(FileSize); in swapBytes()
76 sys::swapByteOrder(PartCount); in swapBytes()
87 void swapBytes() { sys::swapByteOrder(Size); } in swapBytes()
104 sys::swapByteOrder(MinorVersion); in swapBytes()
105 sys::swapByteOrder(MajorVersion); in swapBytes()
106 sys::swapByteOrder(Offset); in swapBytes()
107 sys::swapByteOrder(Size); in swapBytes()
120 sys::swapByteOrder(ShaderKind); in swapBytes()
[all …]
/llvm-project-15.0.7/llvm/unittests/Support/
H A DSwapByteOrderTest.cpp152 sys::swapByteOrder(value); in TEST()
158 sys::swapByteOrder(value); in TEST()
164 sys::swapByteOrder(value); in TEST()
170 sys::swapByteOrder(value); in TEST()
176 sys::swapByteOrder(value); in TEST()
182 sys::swapByteOrder(value); in TEST()
188 sys::swapByteOrder(value); in TEST()
194 sys::swapByteOrder(value); in TEST()
198 TEST(swapByteOrder, float) { in TEST() argument
200 sys::swapByteOrder(value); in TEST()
[all …]
/llvm-project-15.0.7/compiler-rt/lib/orc/unittests/
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()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp1353 sys::swapByteOrder(f); in DumpLiteral4Section()
1357 sys::swapByteOrder(l); in DumpLiteral4Section()
1397 sys::swapByteOrder(d); in DumpLiteral8Section()
1402 sys::swapByteOrder(l0); in DumpLiteral8Section()
1403 sys::swapByteOrder(l1); in DumpLiteral8Section()
1432 sys::swapByteOrder(l0); in DumpLiteral16Section()
1433 sys::swapByteOrder(l1); in DumpLiteral16Section()
1434 sys::swapByteOrder(l2); in DumpLiteral16Section()
1435 sys::swapByteOrder(l3); in DumpLiteral16Section()
3729 sys::swapByteOrder(c.isa); in swapStruct()
[all …]
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProf.cpp865 sys::swapByteOrder<uint32_t>(NumValueSites); in swapBytes()
866 sys::swapByteOrder<uint32_t>(Kind); in swapBytes()
873 sys::swapByteOrder<uint64_t>(VD[I].Value); in swapBytes()
874 sys::swapByteOrder<uint64_t>(VD[I].Count); in swapBytes()
877 sys::swapByteOrder<uint32_t>(NumValueSites); in swapBytes()
878 sys::swapByteOrder<uint32_t>(Kind); in swapBytes()
964 sys::swapByteOrder<uint32_t>(TotalSize); in swapBytesToHost()
965 sys::swapByteOrder<uint32_t>(NumValueKinds); in swapBytesToHost()
986 sys::swapByteOrder<uint32_t>(TotalSize); in swapBytesFromHost()
987 sys::swapByteOrder<uint32_t>(NumValueKinds); in swapBytesFromHost()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp103 sys::swapByteOrder(O); in writeHeader()
119 sys::swapByteOrder(P.Size); in writeParts()
H A DDWARFEmitter.cpp44 sys::swapByteOrder(Integer); in writeInteger()
/llvm-project-15.0.7/llvm/unittests/Object/
H A DELFObjectFileTest.cpp43 sys::swapByteOrder(Ehdr.e_type); in makeElfData()
44 sys::swapByteOrder(Ehdr.e_machine); in makeElfData()
45 sys::swapByteOrder(Ehdr.e_version); in makeElfData()
46 sys::swapByteOrder(Ehdr.e_ehsize); in makeElfData()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Object/
H A DDXContainer.cpp46 sys::swapByteOrder(Val); in readInteger()
H A DMachOObjectFile.cpp1027 sys::swapByteOrder(flavor); in checkThreadCommand()
1037 sys::swapByteOrder(count); in checkThreadCommand()
/llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp346 sys::swapByteOrder(ImageInfo.Version); in readSwiftVersion()
347 sys::swapByteOrder(ImageInfo.Flags); in readSwiftVersion()
H A DMachOWriter.cpp390 sys::swapByteOrder(Entry); in writeIndirectSymbolTable()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DHashing.h153 sys::swapByteOrder(result); in fetch64()
161 sys::swapByteOrder(result); in fetch32()
/llvm-project-15.0.7/llvm/lib/Support/
H A DDataExtractor.cpp51 sys::swapByteOrder(val); in getU()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DSimplePackedSerialization.h173 sys::swapByteOrder(Tmp); in serialize()
182 sys::swapByteOrder(Tmp); in deserialize()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DDataExtractor.h1005 llvm::sys::swapByteOrder(val); in Get()