Searched refs:isCompressed (Results 1 – 5 of 5) sorted by relevance
173 if (Decompress && Section.isCompressed()) in printSectionsAsString()191 if (Decompress && Section.isCompressed()) in printSectionsAsHex()
107 bool isCompressed() const;547 inline bool SectionRef::isCompressed() const { in isCompressed() function
1072 bool isCompressed = hasSecFlag(Entry, SecCommonFlags::SecFlagCompress); in readImpl() local1073 if (isCompressed) { in readImpl()1089 if (isCompressed) { in readImpl()
160 dbgs() << "isCompressed: " << Section.isCompressed() << ", " in mapVirtualAddress()
2094 if (!Sec.isCompressed()) in maybeDecompress()