Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp520 handleCompressedSection(std::deque<SmallString<32>> &UncompressedSections, in handleCompressedSection() argument
530 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() argument
566 if (auto Err = handleCompressedSection(UncompressedSections, Name, Contents)) in handleSection()
680 std::deque<SmallString<32>> UncompressedSections; in write() local
704 UncompressedSections, ContributionOffsets, CurEntry, in write()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1591 std::deque<SmallString<0>> UncompressedSections; member in __anona8a913f90f11::DWARFObjInMemory
1629 UncompressedSections.push_back(std::move(Out)); in maybeDecompress()
1630 Data = UncompressedSections.back(); in maybeDecompress()