Home
last modified time | relevance | path

Searched refs:DecompressedSize (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DDecompressor.h33 Out.resize(DecompressedSize); in resizeAndDecompress()
34 return decompress({(uint8_t *)Out.data(), (size_t)DecompressedSize}); in resizeAndDecompress()
42 uint64_t getDecompressedSize() { return DecompressedSize; } in getDecompressedSize()
50 uint64_t DecompressedSize; variable
/llvm-project-15.0.7/llvm/lib/Object/
H A DDecompressor.cpp32 : SectionData(Data), DecompressedSize(0) {} in Decompressor()
52 DecompressedSize = Extractor.getUnsigned( in consumeCompressedZLibHeader()
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.h540 uint64_t DecompressedSize; variable
547 CompressedSection(ArrayRef<uint8_t> CompressedData, uint64_t DecompressedSize,
550 uint64_t getDecompressedSize() const { return DecompressedSize; } in getDecompressedSize()
H A DELFObject.cpp502 Chdr.ch_size = Sec.DecompressedSize; in visit()
514 DecompressedSize(Sec.OriginalData.size()), DecompressedAlign(Sec.Align) { in CompressedSection()
529 uint64_t DecompressedSize, in CompressedSection() argument
532 DecompressedSize(DecompressedSize), DecompressedAlign(DecompressedAlign) { in CompressedSection()