/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 1006 sys::swapByteOrder(mh.magic); in swapStruct() 1007 sys::swapByteOrder(mh.nfat_arch); in swapStruct() 1011 sys::swapByteOrder(mh.cputype); in swapStruct() 1012 sys::swapByteOrder(mh.cpusubtype); in swapStruct() 1013 sys::swapByteOrder(mh.offset); in swapStruct() 1014 sys::swapByteOrder(mh.size); in swapStruct() 1015 sys::swapByteOrder(mh.align); in swapStruct() 1019 sys::swapByteOrder(mh.cputype); in swapStruct() 1020 sys::swapByteOrder(mh.cpusubtype); in swapStruct() 1021 sys::swapByteOrder(mh.offset); in swapStruct() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 1333 sys::swapByteOrder(f); in DumpLiteral4Section() 1337 sys::swapByteOrder(l); in DumpLiteral4Section() 1377 sys::swapByteOrder(d); in DumpLiteral8Section() 1382 sys::swapByteOrder(l0); in DumpLiteral8Section() 1383 sys::swapByteOrder(l1); in DumpLiteral8Section() 1412 sys::swapByteOrder(l0); in DumpLiteral16Section() 1413 sys::swapByteOrder(l1); in DumpLiteral16Section() 1414 sys::swapByteOrder(l2); in DumpLiteral16Section() 1415 sys::swapByteOrder(l3); in DumpLiteral16Section() 1477 sys::swapByteOrder(lp); in DumpLiteralPointerSection() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 834 sys::swapByteOrder<uint32_t>(NumValueSites); in swapBytes() 835 sys::swapByteOrder<uint32_t>(Kind); in swapBytes() 842 sys::swapByteOrder<uint64_t>(VD[I].Value); in swapBytes() 843 sys::swapByteOrder<uint64_t>(VD[I].Count); in swapBytes() 846 sys::swapByteOrder<uint32_t>(NumValueSites); in swapBytes() 847 sys::swapByteOrder<uint32_t>(Kind); in swapBytes() 928 sys::swapByteOrder<uint32_t>(TotalSize); in swapBytesToHost() 929 sys::swapByteOrder<uint32_t>(NumValueKinds); in swapBytesToHost() 950 sys::swapByteOrder<uint32_t>(TotalSize); in swapBytesFromHost() 951 sys::swapByteOrder<uint32_t>(NumValueKinds); in swapBytesFromHost()
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | util.h | 39 #define SWAP_ENDIAN(x) swapByteOrder((void *) (&(x)), sizeof(x)) 182 void swapByteOrder (void *p, size_t sz);
|
H A D | DataStream.h | 41 swapByteOrder (&val, sizeof (val)); in read()
|
H A D | Data_window.h | 77 swapByteOrder (&val, sizeof (val)); in decode()
|
H A D | util.cc | 1333 swapByteOrder (void *p, size_t sz) in swapByteOrder() function
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | util.h | 35 #define SWAP_ENDIAN(x) swapByteOrder((void *) (&(x)), sizeof(x)) 172 void swapByteOrder (void *p, size_t sz);
|
H A D | DataStream.h | 41 swapByteOrder (&val, sizeof (val)); in read()
|
H A D | Data_window.h | 77 swapByteOrder (&val, sizeof (val)); in decode()
|
H A D | util.cc | 1333 swapByteOrder (void *p, size_t sz) in swapByteOrder() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | SwapByteOrder.h | 158 inline void swapByteOrder(T &Value) { in swapByteOrder() function
|
H A D | Endian.h | 51 sys::swapByteOrder(value); in byte_swap()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/ |
H A D | MachOReader.cpp | 311 sys::swapByteOrder(ImageInfo.Version); in readSwiftVersion() 312 sys::swapByteOrder(ImageInfo.Flags); in readSwiftVersion()
|
H A D | MachOWriter.cpp | 401 sys::swapByteOrder(Entry); in writeIndirectSymbolTable()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | Hashing.h | 152 sys::swapByteOrder(result); in fetch64() 160 sys::swapByteOrder(result); in fetch32()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | DataExtractor.cpp | 52 sys::swapByteOrder(val); in getU()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
H A D | DWARFEmitter.cpp | 44 sys::swapByteOrder(Integer); in writeInteger()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 1024 sys::swapByteOrder(flavor); in checkThreadCommand() 1034 sys::swapByteOrder(count); in checkThreadCommand()
|