Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DObjDumper.cpp175 if (Decompress && Section.isCompressed()) in printSectionsAsString()
197 if (Decompress && Section.isCompressed()) in printSectionsAsHex()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h106 bool isCompressed() const;
545 inline bool SectionRef::isCompressed() const { in isCompressed() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1009 bool isCompressed = hasSecFlag(Entry, SecCommonFlags::SecFlagCompress); in readImpl() local
1010 if (isCompressed) { in readImpl()
1026 if (isCompressed) { in readImpl()
H A DInstrProf.cpp482 bool isCompressed = (CompressedSize != 0); in readAndDecodeStrings() local
485 if (isCompressed) { in readAndDecodeStrings()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp2092 if (!Sec.isCompressed()) in maybeDecompress()