Searched refs:isCompressed (Results 1 – 5 of 5) sorted by relevance
175 if (Decompress && Section.isCompressed()) in printSectionsAsString()197 if (Decompress && Section.isCompressed()) in printSectionsAsHex()
106 bool isCompressed() const;545 inline bool SectionRef::isCompressed() const { in isCompressed() function
1009 bool isCompressed = hasSecFlag(Entry, SecCommonFlags::SecFlagCompress); in readImpl() local1010 if (isCompressed) { in readImpl()1026 if (isCompressed) { in readImpl()
482 bool isCompressed = (CompressedSize != 0); in readAndDecodeStrings() local485 if (isCompressed) { in readAndDecodeStrings()
2092 if (!Sec.isCompressed()) in maybeDecompress()