Searched refs:UncompressedSections (Results 1 – 2 of 2) sorted by relevance
520 handleCompressedSection(std::deque<SmallString<32>> &UncompressedSections, in handleCompressedSection() argument530 UncompressedSections.emplace_back(); in handleCompressedSection()531 if (Error E = Dec->resizeAndDecompress(UncompressedSections.back())) in handleCompressedSection()535 Contents = UncompressedSections.back(); in handleCompressedSection()544 std::deque<SmallString<32>> &UncompressedSections, in handleSection() argument566 if (auto Err = handleCompressedSection(UncompressedSections, Name, Contents)) in handleSection()680 std::deque<SmallString<32>> UncompressedSections; in write() local704 UncompressedSections, ContributionOffsets, CurEntry, in write()
1591 std::deque<SmallString<0>> UncompressedSections; member in __anona8a913f90f11::DWARFObjInMemory1629 UncompressedSections.push_back(std::move(Out)); in maybeDecompress()1630 Data = UncompressedSections.back(); in maybeDecompress()