Searched refs:UncompressedSections (Results 1 – 3 of 3) sorted by relevance
335 handleCompressedSection(std::deque<SmallString<32>> &UncompressedSections, in handleCompressedSection() argument349 UncompressedSections.emplace_back(); in handleCompressedSection()350 if (Error E = Dec->resizeAndDecompress(UncompressedSections.back())) in handleCompressedSection()353 Contents = UncompressedSections.back(); in handleCompressedSection()538 std::deque<SmallString<32>> &UncompressedSections, in handleSection() argument561 if (auto Err = handleCompressedSection(UncompressedSections, Section, Name, in handleSection()639 std::deque<SmallString<32>> UncompressedSections; in write() local672 UncompressedSections, ContributionOffsets, CurEntry, in write()
80 std::deque<SmallString<32>> &UncompressedSections,
2066 std::deque<SmallString<0>> UncompressedSections; member in __anonafd15ee41111::DWARFObjInMemory2104 UncompressedSections.push_back(std::move(Out)); in maybeDecompress()2105 Data = UncompressedSections.back(); in maybeDecompress()