Home
last modified time | relevance | path

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

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