Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7873 uint32_t NumCommonEncodings = CommonEncodings.size(); in printCompressedSecondLevelUnwindPage() local
7886 outs() << " encoding[" << (i + NumCommonEncodings) in printCompressedSecondLevelUnwindPage()
7898 if (EncodingIdx < NumCommonEncodings) in printCompressedSecondLevelUnwindPage()
7901 Encoding = PageEncodings[EncodingIdx - NumCommonEncodings]; in printCompressedSecondLevelUnwindPage()
7941 uint32_t NumCommonEncodings = readNext<uint32_t>(Contents, Pos); in printMachOUnwindInfoSection() local
7943 << format("0x%" PRIx32, NumCommonEncodings) << '\n'; in printMachOUnwindInfoSection()
7969 outs() << " Common encodings: (count = " << NumCommonEncodings << ")\n"; in printMachOUnwindInfoSection()
7971 for (unsigned i = 0; i < NumCommonEncodings; ++i) { in printMachOUnwindInfoSection()