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

/freebsd-11-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-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1357 sys::swapByteOrder(f);
1361 sys::swapByteOrder(l);
1401 sys::swapByteOrder(d);
1406 sys::swapByteOrder(l0);
1407 sys::swapByteOrder(l1);
1436 sys::swapByteOrder(l0);
1437 sys::swapByteOrder(l1);
1438 sys::swapByteOrder(l2);
1439 sys::swapByteOrder(l3);
1501 sys::swapByteOrder(l
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp811 sys::swapByteOrder<uint32_t>(NumValueSites);
812 sys::swapByteOrder<uint32_t>(Kind);
819 sys::swapByteOrder<uint64_t>(VD[I].Value);
820 sys::swapByteOrder<uint64_t>(VD[I].Count);
823 sys::swapByteOrder<uint32_t>(NumValueSites);
824 sys::swapByteOrder<uint32_t>(Kind);
905 sys::swapByteOrder<uint32_t>(TotalSize);
906 sys::swapByteOrder<uint32_t>(NumValueKinds);
927 sys::swapByteOrder<uint32_t>(TotalSize);
928 sys::swapByteOrder<uint32_
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h323 sys::swapByteOrder(Value);
330 sys::swapByteOrder(Value);
339 sys::swapByteOrder(Value);
/freebsd-11-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-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DSwapByteOrder.h153 inline void swapByteOrder(T &Value) { function in namespace:llvm::sys
H A DEndian.h53 sys::swapByteOrder(value);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DDataExtractor.cpp41 sys::swapByteOrder(val);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DHashing.h148 sys::swapByteOrder(result);
156 sys::swapByteOrder(result);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp40 sys::swapByteOrder(Integer);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.cpp379 sys::swapByteOrder(Entry);
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryReader.cpp116 llvm::sys::swapByteOrder(t);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1024 sys::swapByteOrder(flavor);
1034 sys::swapByteOrder(count);

Completed in 161 milliseconds