Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DOutputSections.h23 struct CompressedData { struct
119 CompressedData compressed;
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp507 std::copy(Sec.CompressedData.begin(), Sec.CompressedData.end(), Buf); in visit()
515 compression::zlib::compress(OriginalData, CompressedData); in CompressedSection()
524 Size = ChdrSize + CompressedData.size(); in CompressedSection()
528 CompressedSection::CompressedSection(ArrayRef<uint8_t> CompressedData, in CompressedSection() argument
533 OriginalData = CompressedData; in CompressedSection()
H A DELFObject.h542 SmallVector<uint8_t, 128> CompressedData; variable
547 CompressedSection(ArrayRef<uint8_t> CompressedData, uint64_t DecompressedSize,