Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DObjectFile.h219 virtual bool isSectionCompressed(DataRefImpl Sec) const = 0;
388 return OwningObject->isSectionCompressed(SectionPimpl); in isCompressed()
DELFObjectFile.h230 bool isSectionCompressed(DataRefImpl Sec) const override;
598 bool ELFObjectFile<ELFT>::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed() function
DMachO.h225 bool isSectionCompressed(DataRefImpl Sec) const override;
DCOFF.h738 bool isSectionCompressed(DataRefImpl Sec) const override;
/external/llvm/lib/Object/
DCOFFObjectFile.cpp295 bool COFFObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed() function in COFFObjectFile
DMachOObjectFile.cpp675 bool MachOObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed() function in MachOObjectFile