Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DDecompressor.h51 uint64_t DecompressedSize; variable
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp797 size_t DecompressedSize = DecompressorOrErr->getDecompressedSize(); in decodeBBAddrMapImpl() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h668 uint64_t DecompressedSize; variable
H A DELFObject.cpp574 uint32_t ChType, uint64_t DecompressedSize, in CompressedSection()