Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DDecompressor.cpp79 bool Decompressor::isCompressed(const object::SectionRef &Section) { in isCompressed() function in Decompressor
80 if (Section.isCompressed()) in isCompressed()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DDecompressor.h45 static bool isCompressed(const object::SectionRef &Section);
H A DObjectFile.h105 bool isCompressed() const;
471 inline bool SectionRef::isCompressed() const { in isCompressed() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfReader.cpp833 bool isCompressed = hasSecFlag(Entry, SecCommonFlags::SecFlagCompress); in readImpl() local
834 if (isCompressed) { in readImpl()
850 if (isCompressed) { in readImpl()
H A DInstrProf.cpp467 bool isCompressed = (CompressedSize != 0); in readPGOFuncNameStrings() local
470 if (isCompressed) { in readPGOFuncNameStrings()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1617 if (!Decompressor::isCompressed(Sec)) in maybeDecompress()