Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp6635 const SmallVectorImpl<uint32_t> &CommonEncodings) { in printCompressedSecondLevelUnwindPage() argument
6656 if (EncodingIdx < CommonEncodings.size()) in printCompressedSecondLevelUnwindPage()
6657 Encoding = CommonEncodings[EncodingIdx]; in printCompressedSecondLevelUnwindPage()
6659 Encoding = PageEncodings[EncodingIdx - CommonEncodings.size()]; in printCompressedSecondLevelUnwindPage()
6721 SmallVector<uint32_t, 64> CommonEncodings; in printMachOUnwindInfoSection() local
6726 CommonEncodings.push_back(Encoding); in printMachOUnwindInfoSection()
6827 CommonEncodings); in printMachOUnwindInfoSection()