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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h1003 sys::swapByteOrder(mh.magic);
1004 sys::swapByteOrder(mh.nfat_arch);
1008 sys::swapByteOrder(mh.cputype);
1009 sys::swapByteOrder(mh.cpusubtype);
1010 sys::swapByteOrder(mh.offset);
1011 sys::swapByteOrder(mh.size);
1012 sys::swapByteOrder(mh.align);
1016 sys::swapByteOrder(mh.cputype);
1017 sys::swapByteOrder(mh.cpusubtype);
1018 sys::swapByteOrder(m
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1347 sys::swapByteOrder(f);
1351 sys::swapByteOrder(l);
1391 sys::swapByteOrder(d);
1396 sys::swapByteOrder(l0);
1397 sys::swapByteOrder(l1);
1426 sys::swapByteOrder(l0);
1427 sys::swapByteOrder(l1);
1428 sys::swapByteOrder(l2);
1429 sys::swapByteOrder(l3);
1491 sys::swapByteOrder(l
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp815 sys::swapByteOrder<uint32_t>(NumValueSites);
816 sys::swapByteOrder<uint32_t>(Kind);
823 sys::swapByteOrder<uint64_t>(VD[I].Value);
824 sys::swapByteOrder<uint64_t>(VD[I].Count);
827 sys::swapByteOrder<uint32_t>(NumValueSites);
828 sys::swapByteOrder<uint32_t>(Kind);
909 sys::swapByteOrder<uint32_t>(TotalSize);
910 sys::swapByteOrder<uint32_t>(NumValueKinds);
931 sys::swapByteOrder<uint32_t>(TotalSize);
932 sys::swapByteOrder<uint32_
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp77 llvm::sys::swapByteOrder(swapped.Uuid.Data1);
78 llvm::sys::swapByteOrder(swapped.Uuid.Data2);
79 llvm::sys::swapByteOrder(swapped.Uuid.Data3);
80 llvm::sys::swapByteOrder(swapped.Age);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DSwapByteOrder.h158 inline void swapByteOrder(T &Value) { function in namespace:llvm::sys
H A DEndian.h51 sys::swapByteOrder(value);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOReader.cpp303 sys::swapByteOrder(ImageInfo.Version);
304 sys::swapByteOrder(ImageInfo.Flags);
H A DMachOWriter.cpp388 sys::swapByteOrder(Entry);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DDataExtractor.cpp52 sys::swapByteOrder(val);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DHashing.h147 sys::swapByteOrder(result);
155 sys::swapByteOrder(result);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataExtractor.h994 llvm::sys::swapByteOrder(val);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp43 sys::swapByteOrder(Integer);
/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryReader.cpp116 llvm::sys::swapByteOrder(t);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1024 sys::swapByteOrder(flavor);
1034 sys::swapByteOrder(count);

Completed in 325 milliseconds