Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
DDecompressor.cpp79 bool Decompressor::isCompressed(const object::SectionRef &Section) { in isCompressed() function in Decompressor
80 if (Section.isCompressed()) in isCompressed()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
DDecompressor.h45 static bool isCompressed(const object::SectionRef &Section);
DObjectFile.h105 bool isCompressed() const;
474 inline bool SectionRef::isCompressed() const { in isCompressed() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
DSampleProfReader.cpp857 bool isCompressed = hasSecFlag(Entry, SecCommonFlags::SecFlagCompress); in readImpl() local
858 if (isCompressed) { in readImpl()
874 if (isCompressed) { in readImpl()
DInstrProf.cpp468 bool isCompressed = (CompressedSize != 0); in readPGOFuncNameStrings() local
471 if (isCompressed) { in readPGOFuncNameStrings()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1617 if (!Decompressor::isCompressed(Sec)) in maybeDecompress()