Home
last modified time | relevance | path

Searched refs:isCompressed (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Object/
H A DDecompressor.cpp80 bool Decompressor::isCompressed(const object::SectionRef &Section) { in isCompressed() function in Decompressor
84 return Section.isCompressed() || isGnuStyle(Name); in isCompressed()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DDecompressor.h46 static bool isCompressed(const object::SectionRef &Section);
H A DObjectFile.h106 bool isCompressed() const;
438 inline bool SectionRef::isCompressed() const { in isCompressed() function
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp208 static bool isCompressed(const SectionBase &Section) { in isCompressed() function
218 return !isCompressed(Section) && isDebugSection(Section) && in isCompressable()
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProf.cpp447 bool isCompressed = (CompressedSize != 0); in readPGOFuncNameStrings() local
450 if (isCompressed) { in readPGOFuncNameStrings()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1342 if (!Decompressor::isCompressed(Sec)) in maybeDecompress()