Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp7224 uint32_t NumCommonEncodings = readNext<uint32_t>(Pos); in printMachOUnwindInfoSection() local
7226 << format("0x%" PRIx32, NumCommonEncodings) << '\n'; in printMachOUnwindInfoSection()
7252 outs() << " Common encodings: (count = " << NumCommonEncodings << ")\n"; in printMachOUnwindInfoSection()
7254 for (unsigned i = 0; i < NumCommonEncodings; ++i) { in printMachOUnwindInfoSection()
/external/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp8076 uint32_t NumCommonEncodings = readNext<uint32_t>(Contents, Pos); in printMachOUnwindInfoSection() local
8078 << format("0x%" PRIx32, NumCommonEncodings) << '\n'; in printMachOUnwindInfoSection()
8104 outs() << " Common encodings: (count = " << NumCommonEncodings << ")\n"; in printMachOUnwindInfoSection()
8106 for (unsigned i = 0; i < NumCommonEncodings; ++i) { in printMachOUnwindInfoSection()