Home
last modified time | relevance | path

Searched refs:XarHeader (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/llvm-objdump/
DMachODump.cpp5867 struct xar_header XarHeader; in DumpBitcodeSection() local
5868 memcpy(&XarHeader, sect, sizeof(struct xar_header)); in DumpBitcodeSection()
5870 swapStruct(XarHeader); in DumpBitcodeSection()
5877 if (XarHeader.magic == XAR_HEADER_MAGIC) in DumpBitcodeSection()
5881 << format_hex(XarHeader.magic, 10, true) in DumpBitcodeSection()
5883 outs() << " size " << XarHeader.size << "\n"; in DumpBitcodeSection()
5884 outs() << " version " << XarHeader.version << "\n"; in DumpBitcodeSection()
5885 outs() << " toc_length_compressed " << XarHeader.toc_length_compressed in DumpBitcodeSection()
5887 outs() << "toc_length_uncompressed " << XarHeader.toc_length_uncompressed in DumpBitcodeSection()
5890 switch (XarHeader.cksum_alg) { in DumpBitcodeSection()
[all …]
/external/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp6655 struct xar_header XarHeader; in DumpBitcodeSection() local
6656 memcpy(&XarHeader, sect, sizeof(struct xar_header)); in DumpBitcodeSection()
6658 swapStruct(XarHeader); in DumpBitcodeSection()
6665 if (XarHeader.magic == XAR_HEADER_MAGIC) in DumpBitcodeSection()
6669 << format_hex(XarHeader.magic, 10, true) in DumpBitcodeSection()
6671 outs() << " size " << XarHeader.size << "\n"; in DumpBitcodeSection()
6672 outs() << " version " << XarHeader.version << "\n"; in DumpBitcodeSection()
6673 outs() << " toc_length_compressed " << XarHeader.toc_length_compressed in DumpBitcodeSection()
6675 outs() << "toc_length_uncompressed " << XarHeader.toc_length_uncompressed in DumpBitcodeSection()
6678 switch (XarHeader.cksum_alg) { in DumpBitcodeSection()
[all …]