Searched refs:isCompressed (Results 1 – 5 of 5) sorted by relevance
170 if (Decompress && Section.isCompressed()) in printSectionsAsString()187 if (Decompress && Section.isCompressed()) in printSectionsAsHex()
106 bool isCompressed() const;546 inline bool SectionRef::isCompressed() const { in isCompressed() function
1010 bool isCompressed = hasSecFlag(Entry, SecCommonFlags::SecFlagCompress); in readImpl() local1011 if (isCompressed) { in readImpl()1027 if (isCompressed) { in readImpl()
160 dbgs() << "isCompressed: " << Section.isCompressed() << ", " in mapVirtualAddress()
2094 if (!Sec.isCompressed()) in maybeDecompress()