Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DDecompressor.h42 uint64_t getDecompressedSize() { return DecompressedSize; } in getDecompressedSize() function
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h674 uint64_t getDecompressedSize() const { return DecompressedSize; } in getDecompressedSize() function
693 Size = Sec.getDecompressedSize(); in DecompressedSection()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3647 std::make_shared<DataBufferHeap>(Decompressor->getDecompressedSize(), 0); in ReadSectionData()