Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp564 UncompressedSections.resize(UncompressedSections.size() + 1); in DWARFContextInMemory()
565 if (zlib::uncompress(data, UncompressedSections.back(), OriginalSize) != in DWARFContextInMemory()
567 UncompressedSections.pop_back(); in DWARFContextInMemory()
572 data = UncompressedSections.back(); in DWARFContextInMemory()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h248 SmallVector<SmallString<32>, 4> UncompressedSections; variable