Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DOutputSections.h24 struct CompressedData { struct
123 CompressedData compressed;
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp530 std::copy(Sec.CompressedData.begin(), Sec.CompressedData.end(), Buf); in visit()
540 CompressedData); in CompressedSection()
545 Size = ChdrSize + CompressedData.size(); in CompressedSection()
549 CompressedSection::CompressedSection(ArrayRef<uint8_t> CompressedData, in CompressedSection() argument
554 OriginalData = CompressedData; in CompressedSection()
H A DELFObject.h543 SmallVector<uint8_t, 128> CompressedData; variable
548 CompressedSection(ArrayRef<uint8_t> CompressedData, uint32_t ChType,