Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp335 handleCompressedSection(std::deque<SmallString<32>> &UncompressedSections, in handleCompressedSection() argument
349 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() argument
561 if (auto Err = handleCompressedSection(UncompressedSections, Section, Name, in handleSection()
639 std::deque<SmallString<32>> UncompressedSections; in write() local
672 UncompressedSections, ContributionOffsets, CurEntry, in write()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWP.h80 std::deque<SmallString<32>> &UncompressedSections,
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp2066 std::deque<SmallString<0>> UncompressedSections; member in __anonafd15ee41111::DWARFObjInMemory
2104 UncompressedSections.push_back(std::move(Out)); in maybeDecompress()
2105 Data = UncompressedSections.back(); in maybeDecompress()