Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h1006 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 DMachODump.cpp1333 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 DInstrProf.cpp834 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 Dutil.h39 #define SWAP_ENDIAN(x) swapByteOrder((void *) (&(x)), sizeof(x))
182 void swapByteOrder (void *p, size_t sz);
H A DDataStream.h41 swapByteOrder (&val, sizeof (val)); in read()
H A DData_window.h77 swapByteOrder (&val, sizeof (val)); in decode()
H A Dutil.cc1333 swapByteOrder (void *p, size_t sz) in swapByteOrder() function
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Dutil.h35 #define SWAP_ENDIAN(x) swapByteOrder((void *) (&(x)), sizeof(x))
172 void swapByteOrder (void *p, size_t sz);
H A DDataStream.h41 swapByteOrder (&val, sizeof (val)); in read()
H A DData_window.h77 swapByteOrder (&val, sizeof (val)); in decode()
H A Dutil.cc1333 swapByteOrder (void *p, size_t sz) in swapByteOrder() function
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DMachOReader.cpp311 sys::swapByteOrder(ImageInfo.Version); in readSwiftVersion()
312 sys::swapByteOrder(ImageInfo.Flags); in readSwiftVersion()
H A DMachOWriter.cpp401 sys::swapByteOrder(Entry); in writeIndirectSymbolTable()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DHashing.h152 sys::swapByteOrder(result); in fetch64()
160 sys::swapByteOrder(result); in fetch32()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DDataExtractor.cpp52 sys::swapByteOrder(val); in getU()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp44 sys::swapByteOrder(Integer); in writeInteger()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp1024 sys::swapByteOrder(flavor); in checkThreadCommand()
1034 sys::swapByteOrder(count); in checkThreadCommand()