Home
last modified time | relevance | path

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

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