Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/DebugInfo/DWARF/
HDDWARFContext.cpp573 UncompressedSections.resize(UncompressedSections.size() + 1); in DWARFContextInMemory()
574 if (zlib::uncompress(data, UncompressedSections.back(), OriginalSize) != in DWARFContextInMemory()
576 UncompressedSections.pop_back(); in DWARFContextInMemory()
581 data = UncompressedSections.back(); in DWARFContextInMemory()
/NextBSD/contrib/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFContext.h255 SmallVector<SmallString<32>, 4> UncompressedSections; variable