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;474 inline bool SectionRef::isCompressed() const { in isCompressed() function
857 bool isCompressed = hasSecFlag(Entry, SecCommonFlags::SecFlagCompress); in readImpl() local858 if (isCompressed) { in readImpl()874 if (isCompressed) { in readImpl()
468 bool isCompressed = (CompressedSize != 0); in readPGOFuncNameStrings() local471 if (isCompressed) { in readPGOFuncNameStrings()
1617 if (!Decompressor::isCompressed(Sec)) in maybeDecompress()