Searched refs:isCompressed (Results 1 – 6 of 6) sorted by relevance
79 bool Decompressor::isCompressed(const object::SectionRef &Section) { in isCompressed() function in Decompressor80 if (Section.isCompressed()) in isCompressed()
45 static bool isCompressed(const object::SectionRef &Section);
105 bool isCompressed() const;471 inline bool SectionRef::isCompressed() const { in isCompressed() function
833 bool isCompressed = hasSecFlag(Entry, SecCommonFlags::SecFlagCompress); in readImpl() local834 if (isCompressed) { in readImpl()850 if (isCompressed) { in readImpl()
467 bool isCompressed = (CompressedSize != 0); in readPGOFuncNameStrings() local470 if (isCompressed) { in readPGOFuncNameStrings()
1617 if (!Decompressor::isCompressed(Sec)) in maybeDecompress()