Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp6694 uint32_t NumCommonEncodings = readNext<uint32_t>(Pos); in printMachOUnwindInfoSection() local
6696 << format("0x%" PRIx32, NumCommonEncodings) << '\n'; in printMachOUnwindInfoSection()
6722 outs() << " Common encodings: (count = " << NumCommonEncodings << ")\n"; in printMachOUnwindInfoSection()
6724 for (unsigned i = 0; i < NumCommonEncodings; ++i) { in printMachOUnwindInfoSection()