Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp6552 const SmallVectorImpl<uint32_t> &CommonEncodings) { in printCompressedSecondLevelUnwindPage() argument
6573 if (EncodingIdx < CommonEncodings.size()) in printCompressedSecondLevelUnwindPage()
6574 Encoding = CommonEncodings[EncodingIdx]; in printCompressedSecondLevelUnwindPage()
6576 Encoding = PageEncodings[EncodingIdx - CommonEncodings.size()]; in printCompressedSecondLevelUnwindPage()
6638 SmallVector<uint32_t, 64> CommonEncodings; in printMachOUnwindInfoSection() local
6643 CommonEncodings.push_back(Encoding); in printMachOUnwindInfoSection()
6744 CommonEncodings); in printMachOUnwindInfoSection()