Searched refs:UncompressedSections (Results 1 – 5 of 5) 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 367 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/ |
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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 1283 std::deque<SmallString<0>> UncompressedSections; member in __anonddd817f10c11::DWARFObjInMemory 1325 UncompressedSections.push_back(std::move(Out)); in maybeDecompress() 1326 Data = UncompressedSections.back(); in maybeDecompress()
|