Searched refs:isCompressed (Results 1 – 4 of 4) sorted by relevance
105 bool isCompressed() const;489 inline bool SectionRef::isCompressed() const { in isCompressed() function
987 bool isCompressed = hasSecFlag(Entry, SecCommonFlags::SecFlagCompress); in readImpl() local988 if (isCompressed) { in readImpl()1004 if (isCompressed) { in readImpl()
502 bool isCompressed = (CompressedSize != 0); in readPGOFuncNameStrings() local505 if (isCompressed) { in readPGOFuncNameStrings()
1716 if (!Sec.isCompressed()) in maybeDecompress()