Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DDecompressor.h43 uint64_t getDecompressedSize() { return DecompressedSize; } in getDecompressedSize() function
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h678 uint64_t getDecompressedSize() const { return DecompressedSize; } in getDecompressedSize() function
697 Size = Sec.getDecompressedSize(); in DecompressedSection()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp797 size_t DecompressedSize = DecompressorOrErr->getDecompressedSize(); in decodeBBAddrMapImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3738 std::make_shared<DataBufferHeap>(Decompressor->getDecompressedSize(), 0); in ReadSectionData()