Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DOutputSections.h24 struct CompressedData { struct
25 std::unique_ptr<SmallVector<uint8_t, 0>[]> shards;
26 uint32_t numShards = 0;
27 uint32_t checksum = 0;
28 uint64_t uncompressedSize;
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.h543 SmallVector<uint8_t, 128> CompressedData; variable
H A DELFObject.cpp549 CompressedSection::CompressedSection(ArrayRef<uint8_t> CompressedData, in CompressedSection()