Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DObjectFile.h245 virtual bool isSectionCompressed(DataRefImpl Sec) const = 0;
439 return OwningObject->isSectionCompressed(SectionPimpl); in isCompressed()
H A DWasm.h180 bool isSectionCompressed(DataRefImpl Sec) const override;
H A DELFObjectFile.h258 bool isSectionCompressed(DataRefImpl Sec) const override;
706 bool ELFObjectFile<ELFT>::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed() function
H A DMachO.h309 bool isSectionCompressed(DataRefImpl Sec) const override;
H A DCOFF.h909 bool isSectionCompressed(DataRefImpl Sec) const override;
/freebsd-12.1/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp311 bool COFFObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed() function in COFFObjectFile
H A DWasmObjectFile.cpp1337 bool WasmObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed() function in WasmObjectFile
H A DMachOObjectFile.cpp1963 bool MachOObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed() function in MachOObjectFile