Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp7993 const SmallVectorImpl<uint32_t> &CommonEncodings) { in printCompressedSecondLevelUnwindPage() argument
7999 uint32_t NumCommonEncodings = CommonEncodings.size(); in printCompressedSecondLevelUnwindPage()
8025 Encoding = CommonEncodings[EncodingIdx]; in printCompressedSecondLevelUnwindPage()
8094 SmallVector<uint32_t, 64> CommonEncodings; in printMachOUnwindInfoSection() local
8099 CommonEncodings.push_back(Encoding); in printMachOUnwindInfoSection()
8209 CommonEncodings); in printMachOUnwindInfoSection()