Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp364 std::deque<SmallString<32>> &UncompressedSections, StringRef &Name, in handleCompressedSection() argument
368 UncompressedSections.emplace_back(); in handleCompressedSection()
373 zlib::uncompress(Contents, UncompressedSections.back(), OriginalSize) != in handleCompressedSection()
379 Contents = UncompressedSections.back(); in handleCompressedSection()
388 std::deque<SmallString<32>> &UncompressedSections, in handleSection() argument
410 if (auto Err = handleCompressedSection(UncompressedSections, Name, Contents)) in handleSection()
493 std::deque<SmallString<32>> UncompressedSections; in write() local
517 UncompressedSections, ContributionOffsets, CurEntry, in write()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h277 SmallVector<SmallString<32>, 4> UncompressedSections; variable
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp687 UncompressedSections.emplace_back(std::move(Out)); in DWARFContextInMemory()
688 data = UncompressedSections.back(); in DWARFContextInMemory()