Searched refs:isCompressed (Results 1 – 6 of 6) sorted by relevance
80 bool Decompressor::isCompressed(const object::SectionRef &Section) { in isCompressed() function in Decompressor84 return Section.isCompressed() || isGnuStyle(Name); in isCompressed()
46 static bool isCompressed(const object::SectionRef &Section);
106 bool isCompressed() const;438 inline bool SectionRef::isCompressed() const { in isCompressed() function
208 static bool isCompressed(const SectionBase &Section) { in isCompressed() function218 return !isCompressed(Section) && isDebugSection(Section) && in isCompressable()
447 bool isCompressed = (CompressedSize != 0); in readPGOFuncNameStrings() local450 if (isCompressed) { in readPGOFuncNameStrings()
1342 if (!Decompressor::isCompressed(Sec)) in maybeDecompress()