/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | MachO.h | 1005 sys::swapByteOrder(mh.magic); in swapStruct() 1006 sys::swapByteOrder(mh.nfat_arch); in swapStruct() 1010 sys::swapByteOrder(mh.cputype); in swapStruct() 1011 sys::swapByteOrder(mh.cpusubtype); in swapStruct() 1012 sys::swapByteOrder(mh.offset); in swapStruct() 1013 sys::swapByteOrder(mh.size); in swapStruct() 1014 sys::swapByteOrder(mh.align); in swapStruct() 1018 sys::swapByteOrder(mh.cputype); in swapStruct() 1019 sys::swapByteOrder(mh.cpusubtype); in swapStruct() 1020 sys::swapByteOrder(mh.offset); in swapStruct() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | MachO.h | 1003 sys::swapByteOrder(mh.magic); in swapStruct() 1004 sys::swapByteOrder(mh.nfat_arch); in swapStruct() 1008 sys::swapByteOrder(mh.cputype); in swapStruct() 1009 sys::swapByteOrder(mh.cpusubtype); in swapStruct() 1010 sys::swapByteOrder(mh.offset); in swapStruct() 1011 sys::swapByteOrder(mh.size); in swapStruct() 1012 sys::swapByteOrder(mh.align); in swapStruct() 1016 sys::swapByteOrder(mh.cputype); in swapStruct() 1017 sys::swapByteOrder(mh.cpusubtype); in swapStruct() 1018 sys::swapByteOrder(mh.offset); in swapStruct() [all …]
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MachO.h | 972 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 …]
|
D | SwapByteOrder.h | 120 inline void swapByteOrder(T &Value) { in swapByteOrder() function
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 964 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 …]
|
D | SwapByteOrder.h | 117 inline void swapByteOrder(T &Value) { in swapByteOrder() function
|
/external/llvm/unittests/Support/ |
D | SwapByteOrderTest.cpp | 141 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-project/llvm/unittests/Support/ |
D | SwapByteOrderTest.cpp | 150 TEST(swapByteOrder, uint8_t) { in TEST() argument 152 sys::swapByteOrder(value); in TEST() 156 TEST(swapByteOrder, uint16_t) { in TEST() argument 158 sys::swapByteOrder(value); in TEST() 162 TEST(swapByteOrder, uint32_t) { in TEST() argument 164 sys::swapByteOrder(value); in TEST() 168 TEST(swapByteOrder, uint64_t) { in TEST() argument 170 sys::swapByteOrder(value); in TEST() 174 TEST(swapByteOrder, int8_t) { in TEST() argument 176 sys::swapByteOrder(value); in TEST() [all …]
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 711 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-project/lldb/source/Utility/ |
D | UUID.cpp | 39 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()
|
/external/llvm-project/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 1348 sys::swapByteOrder(f); in DumpLiteral4Section() 1352 sys::swapByteOrder(l); in DumpLiteral4Section() 1392 sys::swapByteOrder(d); in DumpLiteral8Section() 1397 sys::swapByteOrder(l0); in DumpLiteral8Section() 1398 sys::swapByteOrder(l1); in DumpLiteral8Section() 1427 sys::swapByteOrder(l0); in DumpLiteral16Section() 1428 sys::swapByteOrder(l1); in DumpLiteral16Section() 1429 sys::swapByteOrder(l2); in DumpLiteral16Section() 1430 sys::swapByteOrder(l3); in DumpLiteral16Section() 1492 sys::swapByteOrder(lp); in DumpLiteralPointerSection() [all …]
|
/external/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 554 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-project/llvm/unittests/Object/ |
D | ELFObjectFileTest.cpp | 43 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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 811 sys::swapByteOrder<uint32_t>(NumValueSites); in swapBytes() 812 sys::swapByteOrder<uint32_t>(Kind); in swapBytes() 819 sys::swapByteOrder<uint64_t>(VD[I].Value); in swapBytes() 820 sys::swapByteOrder<uint64_t>(VD[I].Count); in swapBytes() 823 sys::swapByteOrder<uint32_t>(NumValueSites); in swapBytes() 824 sys::swapByteOrder<uint32_t>(Kind); in swapBytes() 905 sys::swapByteOrder<uint32_t>(TotalSize); in swapBytesToHost() 906 sys::swapByteOrder<uint32_t>(NumValueKinds); in swapBytesToHost() 927 sys::swapByteOrder<uint32_t>(TotalSize); in swapBytesFromHost() 928 sys::swapByteOrder<uint32_t>(NumValueKinds); in swapBytesFromHost()
|
/external/llvm-project/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 816 sys::swapByteOrder<uint32_t>(NumValueSites); in swapBytes() 817 sys::swapByteOrder<uint32_t>(Kind); in swapBytes() 824 sys::swapByteOrder<uint64_t>(VD[I].Value); in swapBytes() 825 sys::swapByteOrder<uint64_t>(VD[I].Count); in swapBytes() 828 sys::swapByteOrder<uint32_t>(NumValueSites); in swapBytes() 829 sys::swapByteOrder<uint32_t>(Kind); in swapBytes() 910 sys::swapByteOrder<uint32_t>(TotalSize); in swapBytesToHost() 911 sys::swapByteOrder<uint32_t>(NumValueKinds); in swapBytesToHost() 932 sys::swapByteOrder<uint32_t>(TotalSize); in swapBytesFromHost() 933 sys::swapByteOrder<uint32_t>(NumValueKinds); in swapBytesFromHost()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldImpl.h | 309 sys::swapByteOrder(Value); in writeInt16BE() 316 sys::swapByteOrder(Value); in writeInt32BE() 325 sys::swapByteOrder(Value); in writeInt64BE()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldImpl.h | 323 sys::swapByteOrder(Value); in writeInt16BE() 330 sys::swapByteOrder(Value); in writeInt32BE() 339 sys::swapByteOrder(Value); in writeInt64BE()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | SwapByteOrder.h | 153 inline void swapByteOrder(T &Value) { in swapByteOrder() function
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | SwapByteOrder.h | 158 inline void swapByteOrder(T &Value) { in swapByteOrder() function
|
/external/llvm/lib/Support/ |
D | DataExtractor.cpp | 24 sys::swapByteOrder(val); in getU()
|
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/ |
D | MachOReader.cpp | 311 sys::swapByteOrder(ImageInfo.Version); in readSwiftVersion() 312 sys::swapByteOrder(ImageInfo.Flags); in readSwiftVersion()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | Hashing.h | 149 sys::swapByteOrder(result); in fetch64() 157 sys::swapByteOrder(result); in fetch32()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | Hashing.h | 148 sys::swapByteOrder(result); in fetch64() 156 sys::swapByteOrder(result); in fetch32()
|
/external/llvm/include/llvm/ADT/ |
D | Hashing.h | 149 sys::swapByteOrder(result); in fetch64() 157 sys::swapByteOrder(result); in fetch32()
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | Hashing.h | 152 sys::swapByteOrder(result); in fetch64() 160 sys::swapByteOrder(result); in fetch32()
|