Searched refs:isCompressedELFSection (Results 1 – 3 of 3) sorted by relevance
48 static bool isCompressedELFSection(uint64_t Flags, StringRef Name);
91 bool Decompressor::isCompressedELFSection(uint64_t Flags, StringRef Name) { in isCompressedELFSection() function in Decompressor
3356 if (result == 0 || !llvm::object::Decompressor::isCompressedELFSection( in ReadSectionData()