Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DOutputSections.h23 struct CompressedData { struct
24 std::unique_ptr<SmallVector<uint8_t, 0>[]> shards;
25 uint32_t numShards = 0;
26 uint32_t checksum = 0;
27 uint64_t uncompressedSize;
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.h542 SmallVector<uint8_t, 128> CompressedData; variable
H A DELFObject.cpp528 CompressedSection::CompressedSection(ArrayRef<uint8_t> CompressedData, in CompressedSection()