Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DDecompressor.h42 uint64_t getDecompressedSize() { return DecompressedSize; } in getDecompressedSize() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.h541 uint64_t getDecompressedSize() const { return DecompressedSize; } in getDecompressedSize() function
565 Size = Sec.getDecompressedSize(); in DecompressedSection()