Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp8305 uint32_t EncodingIdx = Entry >> 24; in printCompressedSecondLevelUnwindPage() local
8308 if (EncodingIdx < NumCommonEncodings) in printCompressedSecondLevelUnwindPage()
8309 Encoding = CommonEncodings[EncodingIdx]; in printCompressedSecondLevelUnwindPage()
8311 Encoding = PageEncodings[EncodingIdx - NumCommonEncodings]; in printCompressedSecondLevelUnwindPage()
8316 << "encoding[" << EncodingIdx in printCompressedSecondLevelUnwindPage()