Home
last modified time | relevance | path

Searched refs:UncompressedSections (Results 1 – 5 of 5) 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp367 handleCompressedSection(std::deque<SmallString<32>> &UncompressedSections, in handleCompressedSection() argument
377 UncompressedSections.emplace_back(); in handleCompressedSection()
378 if (Error E = Dec->resizeAndDecompress(UncompressedSections.back())) in handleCompressedSection()
382 Contents = UncompressedSections.back(); in handleCompressedSection()
391 std::deque<SmallString<32>> &UncompressedSections, in handleSection() argument
411 if (auto Err = handleCompressedSection(UncompressedSections, Name, Contents)) in handleSection()
525 std::deque<SmallString<32>> UncompressedSections; in write() local
549 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1283 std::deque<SmallString<0>> UncompressedSections; member in __anonddd817f10c11::DWARFObjInMemory
1325 UncompressedSections.push_back(std::move(Out)); in maybeDecompress()
1326 Data = UncompressedSections.back(); in maybeDecompress()