Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DObjectFile.h105 bool isCompressed() const;
489 inline bool SectionRef::isCompressed() const { in isCompressed() function
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfReader.cpp987 bool isCompressed = hasSecFlag(Entry, SecCommonFlags::SecFlagCompress); in readImpl() local
988 if (isCompressed) { in readImpl()
1004 if (isCompressed) { in readImpl()
H A DInstrProf.cpp502 bool isCompressed = (CompressedSize != 0); in readPGOFuncNameStrings() local
505 if (isCompressed) { in readPGOFuncNameStrings()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1716 if (!Sec.isCompressed()) in maybeDecompress()