Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp8016 const SmallVectorImpl<uint32_t> &CommonEncodings) { in printCompressedSecondLevelUnwindPage() argument
8022 uint32_t NumCommonEncodings = CommonEncodings.size(); in printCompressedSecondLevelUnwindPage()
8048 Encoding = CommonEncodings[EncodingIdx]; in printCompressedSecondLevelUnwindPage()
8117 SmallVector<uint32_t, 64> CommonEncodings; in printMachOUnwindInfoSection() local
8122 CommonEncodings.push_back(Encoding); in printMachOUnwindInfoSection()
8232 CommonEncodings); in printMachOUnwindInfoSection()