Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp8283 uint32_t NumCommonEncodings = CommonEncodings.size(); in printCompressedSecondLevelUnwindPage() local
8296 outs() << " encoding[" << (i + NumCommonEncodings) in printCompressedSecondLevelUnwindPage()
8308 if (EncodingIdx < NumCommonEncodings) in printCompressedSecondLevelUnwindPage()
8311 Encoding = PageEncodings[EncodingIdx - NumCommonEncodings]; in printCompressedSecondLevelUnwindPage()
8351 uint32_t NumCommonEncodings = readNext<uint32_t>(Contents, Pos); in printMachOUnwindInfoSection() local
8353 << format("0x%" PRIx32, NumCommonEncodings) << '\n'; in printMachOUnwindInfoSection()
8379 outs() << " Common encodings: (count = " << NumCommonEncodings << ")\n"; in printMachOUnwindInfoSection()
8381 for (unsigned i = 0; i < NumCommonEncodings; ++i) { in printMachOUnwindInfoSection()