Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7999 uint32_t NumCommonEncodings = CommonEncodings.size(); in printCompressedSecondLevelUnwindPage() local
8012 outs() << " encoding[" << (i + NumCommonEncodings) in printCompressedSecondLevelUnwindPage()
8024 if (EncodingIdx < NumCommonEncodings) in printCompressedSecondLevelUnwindPage()
8027 Encoding = PageEncodings[EncodingIdx - NumCommonEncodings]; in printCompressedSecondLevelUnwindPage()
8067 uint32_t NumCommonEncodings = readNext<uint32_t>(Contents, Pos); in printMachOUnwindInfoSection() local
8069 << format("0x%" PRIx32, NumCommonEncodings) << '\n'; in printMachOUnwindInfoSection()
8095 outs() << " Common encodings: (count = " << NumCommonEncodings << ")\n"; in printMachOUnwindInfoSection()
8097 for (unsigned i = 0; i < NumCommonEncodings; ++i) { in printMachOUnwindInfoSection()