Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h972 sys::swapByteOrder(mh.magic); in swapStruct()
973 sys::swapByteOrder(mh.nfat_arch); in swapStruct()
977 sys::swapByteOrder(mh.cputype); in swapStruct()
978 sys::swapByteOrder(mh.cpusubtype); in swapStruct()
979 sys::swapByteOrder(mh.offset); in swapStruct()
980 sys::swapByteOrder(mh.size); in swapStruct()
981 sys::swapByteOrder(mh.align); in swapStruct()
985 sys::swapByteOrder(mh.cputype); in swapStruct()
986 sys::swapByteOrder(mh.cpusubtype); in swapStruct()
987 sys::swapByteOrder(mh.offset); in swapStruct()
[all …]
DSwapByteOrder.h120 inline void swapByteOrder(T &Value) { in swapByteOrder() function
DEndian.h40 sys::swapByteOrder(value); in byte_swap()
/external/llvm/include/llvm/Support/
DMachO.h964 sys::swapByteOrder(mh.magic); in swapStruct()
965 sys::swapByteOrder(mh.nfat_arch); in swapStruct()
969 sys::swapByteOrder(mh.cputype); in swapStruct()
970 sys::swapByteOrder(mh.cpusubtype); in swapStruct()
971 sys::swapByteOrder(mh.offset); in swapStruct()
972 sys::swapByteOrder(mh.size); in swapStruct()
973 sys::swapByteOrder(mh.align); in swapStruct()
977 sys::swapByteOrder(mh.cputype); in swapStruct()
978 sys::swapByteOrder(mh.cpusubtype); in swapStruct()
979 sys::swapByteOrder(mh.offset); in swapStruct()
[all …]
DSwapByteOrder.h117 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/tools/llvm-objdump/
DMachODump.cpp711 sys::swapByteOrder(f); in DumpLiteral4Section()
715 sys::swapByteOrder(l); in DumpLiteral4Section()
755 sys::swapByteOrder(d); in DumpLiteral8Section()
760 sys::swapByteOrder(l0); in DumpLiteral8Section()
761 sys::swapByteOrder(l1); in DumpLiteral8Section()
790 sys::swapByteOrder(l0); in DumpLiteral16Section()
791 sys::swapByteOrder(l1); in DumpLiteral16Section()
792 sys::swapByteOrder(l2); in DumpLiteral16Section()
793 sys::swapByteOrder(l3); in DumpLiteral16Section()
855 sys::swapByteOrder(lp); in DumpLiteralPointerSection()
[all …]
/external/llvm/lib/ProfileData/
DInstrProf.cpp554 sys::swapByteOrder<uint32_t>(NumValueSites); in swapBytes()
555 sys::swapByteOrder<uint32_t>(Kind); in swapBytes()
562 sys::swapByteOrder<uint64_t>(VD[I].Value); in swapBytes()
563 sys::swapByteOrder<uint64_t>(VD[I].Count); in swapBytes()
566 sys::swapByteOrder<uint32_t>(NumValueSites); in swapBytes()
567 sys::swapByteOrder<uint32_t>(Kind); in swapBytes()
645 sys::swapByteOrder<uint32_t>(TotalSize); in swapBytesToHost()
646 sys::swapByteOrder<uint32_t>(NumValueKinds); in swapBytesToHost()
666 sys::swapByteOrder<uint32_t>(TotalSize); in swapBytesFromHost()
667 sys::swapByteOrder<uint32_t>(NumValueKinds); in swapBytesFromHost()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h309 sys::swapByteOrder(Value); in writeInt16BE()
316 sys::swapByteOrder(Value); in writeInt32BE()
325 sys::swapByteOrder(Value); in writeInt64BE()
/external/llvm/lib/Support/
DDataExtractor.cpp24 sys::swapByteOrder(val); in getU()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DHashing.h149 sys::swapByteOrder(result); in fetch64()
157 sys::swapByteOrder(result); in fetch32()
/external/llvm/include/llvm/ADT/
DHashing.h149 sys::swapByteOrder(result); in fetch64()
157 sys::swapByteOrder(result); in fetch32()
/external/llvm/lib/MC/
DELFObjectWriter.cpp1324 sys::swapByteOrder(NumSections); in writeObject()
1330 sys::swapByteOrder(Val); in writeObject()
1337 sys::swapByteOrder(Val); in writeObject()