Searched refs:UncompressedSection (Results 1 – 1 of 1) sorted by relevance
595 OwningPtr<MemoryBuffer> UncompressedSection; in DWARFContextInMemory() local596 if (zlib::uncompress(data, UncompressedSection, OriginalSize) != in DWARFContextInMemory()601 data = UncompressedSection->getBuffer(); in DWARFContextInMemory()602 UncompressedSections.push_back(UncompressedSection.take()); in DWARFContextInMemory()