Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DMachO.h997 sys::swapByteOrder(mh.magic); in swapStruct()
998 sys::swapByteOrder(mh.cputype); in swapStruct()
999 sys::swapByteOrder(mh.cpusubtype); in swapStruct()
1000 sys::swapByteOrder(mh.filetype); in swapStruct()
1001 sys::swapByteOrder(mh.ncmds); in swapStruct()
1002 sys::swapByteOrder(mh.sizeofcmds); in swapStruct()
1003 sys::swapByteOrder(mh.flags); in swapStruct()
1007 sys::swapByteOrder(H.magic); in swapStruct()
1008 sys::swapByteOrder(H.cputype); in swapStruct()
1009 sys::swapByteOrder(H.cpusubtype); in swapStruct()
[all …]
DSwapByteOrder.h118 inline void swapByteOrder(T &Value) { in swapByteOrder() function
DEndian.h41 sys::swapByteOrder(value); in byte_swap()
/external/llvm/unittests/Support/
DSwapByteOrderTest.cpp141 TEST(swapByteOrder, uint8_t) { in TEST() argument
143 sys::swapByteOrder(value); in TEST()
147 TEST(swapByteOrder, uint16_t) { in TEST() argument
149 sys::swapByteOrder(value); in TEST()
153 TEST(swapByteOrder, uint32_t) { in TEST() argument
155 sys::swapByteOrder(value); in TEST()
159 TEST(swapByteOrder, uint64_t) { in TEST() argument
161 sys::swapByteOrder(value); in TEST()
165 TEST(swapByteOrder, int8_t) { in TEST() argument
167 sys::swapByteOrder(value); in TEST()
[all …]
/external/llvm/lib/Object/
DMachOUniversal.cpp30 sys::swapByteOrder(H.magic); in SwapStruct()
31 sys::swapByteOrder(H.nfat_arch); in SwapStruct()
36 sys::swapByteOrder(H.cputype); in SwapStruct()
37 sys::swapByteOrder(H.cpusubtype); in SwapStruct()
38 sys::swapByteOrder(H.offset); in SwapStruct()
39 sys::swapByteOrder(H.size); in SwapStruct()
40 sys::swapByteOrder(H.align); in SwapStruct()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp657 sys::swapByteOrder(f); in DumpLiteral4Section()
661 sys::swapByteOrder(l); in DumpLiteral4Section()
701 sys::swapByteOrder(d); in DumpLiteral8Section()
706 sys::swapByteOrder(l0); in DumpLiteral8Section()
707 sys::swapByteOrder(l1); in DumpLiteral8Section()
736 sys::swapByteOrder(l0); in DumpLiteral16Section()
737 sys::swapByteOrder(l1); in DumpLiteral16Section()
738 sys::swapByteOrder(l2); in DumpLiteral16Section()
739 sys::swapByteOrder(l3); in DumpLiteral16Section()
801 sys::swapByteOrder(lp); in DumpLiteralPointerSection()
[all …]
/external/llvm/lib/ProfileData/
DInstrProf.cpp367 sys::swapByteOrder<uint32_t>(NumValueSites); in swapBytes()
368 sys::swapByteOrder<uint32_t>(Kind); in swapBytes()
375 sys::swapByteOrder<uint64_t>(VD[I].Value); in swapBytes()
376 sys::swapByteOrder<uint64_t>(VD[I].Count); in swapBytes()
379 sys::swapByteOrder<uint32_t>(NumValueSites); in swapBytes()
380 sys::swapByteOrder<uint32_t>(Kind); in swapBytes()
458 sys::swapByteOrder<uint32_t>(TotalSize); in swapBytesToHost()
459 sys::swapByteOrder<uint32_t>(NumValueKinds); in swapBytesToHost()
479 sys::swapByteOrder<uint32_t>(TotalSize); in swapBytesFromHost()
480 sys::swapByteOrder<uint32_t>(NumValueKinds); in swapBytesFromHost()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h322 sys::swapByteOrder(Value); in writeInt16BE()
329 sys::swapByteOrder(Value); in writeInt32BE()
338 sys::swapByteOrder(Value); in writeInt64BE()
/external/llvm/lib/Support/
DDataExtractor.cpp24 sys::swapByteOrder(val); in getU()
/external/llvm/lib/MC/
DELFObjectWriter.cpp982 sys::swapByteOrder(Size); in prependCompressionHeader()
1291 sys::swapByteOrder(NumSections); in writeObject()
1297 sys::swapByteOrder(Val); in writeObject()
1304 sys::swapByteOrder(Val); in writeObject()
/external/llvm/include/llvm/ADT/
DHashing.h150 sys::swapByteOrder(result); in fetch64()
158 sys::swapByteOrder(result); in fetch32()