Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/
DDWARFContext.cpp641 UncompressedSections.resize(UncompressedSections.size() + 1); in DWARFContextInMemory()
642 if (zlib::uncompress(data, UncompressedSections.back(), OriginalSize) != in DWARFContextInMemory()
644 UncompressedSections.pop_back(); in DWARFContextInMemory()
649 data = UncompressedSections.back(); in DWARFContextInMemory()
DDWARFContext.h245 SmallVector<SmallString<32>, 4> UncompressedSections; variable