Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DDecompressor.h34 Out.resize(DecompressedSize); in resizeAndDecompress()
35 return decompress({(uint8_t *)Out.data(), (size_t)DecompressedSize}); in resizeAndDecompress()
42 uint64_t getDecompressedSize() { return DecompressedSize; } in getDecompressedSize()
50 uint64_t DecompressedSize; variable
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DDecompressor.cpp30 : SectionData(Data), DecompressedSize(0) {} in Decompressor()
60 DecompressedSize = Extractor.getUnsigned( in consumeCompressedHeader()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h664 uint64_t DecompressedSize; variable
672 uint64_t DecompressedSize, uint64_t DecompressedAlign);
674 uint64_t getDecompressedSize() const { return DecompressedSize; } in getDecompressedSize()
H A DELFObject.cpp551 Chdr.ch_size = Sec.DecompressedSize; in visit()
564 DecompressedSize(Sec.OriginalData.size()), DecompressedAlign(Sec.Align) { in CompressedSection()
577 uint32_t ChType, uint64_t DecompressedSize, in CompressedSection() argument
580 DecompressedSize(DecompressedSize), DecompressedAlign(DecompressedAlign) { in CompressedSection()