Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFContext.cpp595 OwningPtr<MemoryBuffer> UncompressedSection; in DWARFContextInMemory() local
596 if (zlib::uncompress(data, UncompressedSection, OriginalSize) != in DWARFContextInMemory()
601 data = UncompressedSection->getBuffer(); in DWARFContextInMemory()
602 UncompressedSections.push_back(UncompressedSection.take()); in DWARFContextInMemory()