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.cpp7994 uint32_t NumCommonEncodings = CommonEncodings.size(); in printCompressedSecondLevelUnwindPage() local
8007 outs() << " encoding[" << (i + NumCommonEncodings) in printCompressedSecondLevelUnwindPage()
8019 if (EncodingIdx < NumCommonEncodings) in printCompressedSecondLevelUnwindPage()
8022 Encoding = PageEncodings[EncodingIdx - NumCommonEncodings]; in printCompressedSecondLevelUnwindPage()
8062 uint32_t NumCommonEncodings = readNext<uint32_t>(Contents, Pos); in printMachOUnwindInfoSection() local
8064 << format("0x%" PRIx32, NumCommonEncodings) << '\n'; in printMachOUnwindInfoSection()
8090 outs() << " Common encodings: (count = " << NumCommonEncodings << ")\n"; in printMachOUnwindInfoSection()
8092 for (unsigned i = 0; i < NumCommonEncodings; ++i) { in printMachOUnwindInfoSection()