Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp6289 struct xar_header XarHeader; in DumpBitcodeSection() local
6290 memcpy(&XarHeader, sect, sizeof(struct xar_header)); in DumpBitcodeSection()
6292 swapStruct(XarHeader); in DumpBitcodeSection()
6299 if (XarHeader.magic == XAR_HEADER_MAGIC) in DumpBitcodeSection()
6303 << format_hex(XarHeader.magic, 10, true) in DumpBitcodeSection()
6305 outs() << " size " << XarHeader.size << "\n"; in DumpBitcodeSection()
6306 outs() << " version " << XarHeader.version << "\n"; in DumpBitcodeSection()
6312 switch (XarHeader.cksum_alg) { in DumpBitcodeSection()
6333 outs() << XarHeader.cksum_alg << "\n"; in DumpBitcodeSection()
6464 swapStruct(XarHeader); in DumpBitcodeSection()
[all …]