Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp7590 const SmallVectorImpl<uint32_t> &CommonEncodings) { in printCompressedSecondLevelUnwindPage() argument
7610 if (EncodingIdx < CommonEncodings.size()) in printCompressedSecondLevelUnwindPage()
7611 Encoding = CommonEncodings[EncodingIdx]; in printCompressedSecondLevelUnwindPage()
7615 (EncodingIdx - CommonEncodings.size())); in printCompressedSecondLevelUnwindPage()
7682 SmallVector<uint32_t, 64> CommonEncodings; in printMachOUnwindInfoSection() local
7687 CommonEncodings.push_back(Encoding); in printMachOUnwindInfoSection()
7797 CommonEncodings); in printMachOUnwindInfoSection()