Searched refs:UncompressedSections (Results 1 – 3 of 3) sorted by relevance
/external/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 364 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/ |
D | DWARFContext.h | 277 SmallVector<SmallString<32>, 4> UncompressedSections; variable
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 687 UncompressedSections.emplace_back(std::move(Out)); in DWARFContextInMemory() 688 data = UncompressedSections.back(); in DWARFContextInMemory()
|