Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp6895 struct xar_header XarHeader; in DumpBitcodeSection() local
6896 memcpy(&XarHeader, sect, sizeof(struct xar_header)); in DumpBitcodeSection()
6898 swapStruct(XarHeader); in DumpBitcodeSection()
6905 if (XarHeader.magic == XAR_HEADER_MAGIC) in DumpBitcodeSection()
6909 << format_hex(XarHeader.magic, 10, true) in DumpBitcodeSection()
6911 outs() << " size " << XarHeader.size << "\n"; in DumpBitcodeSection()
6912 outs() << " version " << XarHeader.version << "\n"; in DumpBitcodeSection()
6913 outs() << " toc_length_compressed " << XarHeader.toc_length_compressed in DumpBitcodeSection()
6915 outs() << "toc_length_uncompressed " << XarHeader.toc_length_uncompressed in DumpBitcodeSection()
6918 switch (XarHeader.cksum_alg) { in DumpBitcodeSection()
[all …]