Searched refs:UncompressedSections (Results 1 – 2 of 2) sorted by relevance
625 UncompressedSections.resize(UncompressedSections.size() + 1); in DWARFContextInMemory()626 if (zlib::uncompress(data, UncompressedSections.back(), OriginalSize) != in DWARFContextInMemory()628 UncompressedSections.pop_back(); in DWARFContextInMemory()633 data = UncompressedSections.back(); in DWARFContextInMemory()
271 SmallVector<SmallString<32>, 4> UncompressedSections; variable