Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7867 const SmallVectorImpl<uint32_t> &CommonEncodings) { in printCompressedSecondLevelUnwindPage() argument
7873 uint32_t NumCommonEncodings = CommonEncodings.size(); in printCompressedSecondLevelUnwindPage()
7899 Encoding = CommonEncodings[EncodingIdx]; in printCompressedSecondLevelUnwindPage()
7968 SmallVector<uint32_t, 64> CommonEncodings; in printMachOUnwindInfoSection() local
7973 CommonEncodings.push_back(Encoding); in printMachOUnwindInfoSection()
8083 CommonEncodings); in printMachOUnwindInfoSection()