Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h96 bool isSectionCompressed(DataRefImpl Sec) const override { return false; } in isSectionCompressed() function
H A DObjectFile.h271 virtual bool isSectionCompressed(DataRefImpl Sec) const = 0;
546 return OwningObject->isSectionCompressed(SectionPimpl); in isCompressed()
H A DWasm.h188 bool isSectionCompressed(DataRefImpl Sec) const override;
H A DELFObjectFile.h308 bool isSectionCompressed(DataRefImpl Sec) const override;
902 bool ELFObjectFile<ELFT>::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed() function
H A DMachO.h453 bool isSectionCompressed(DataRefImpl Sec) const override;
H A DXCOFFObjectFile.h603 bool isSectionCompressed(DataRefImpl Sec) const override;
H A DCOFF.h1010 bool isSectionCompressed(DataRefImpl Sec) const override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp484 bool XCOFFObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp307 bool COFFObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed() function in COFFObjectFile
H A DWasmObjectFile.cpp1822 bool WasmObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed() function in WasmObjectFile
H A DMachOObjectFile.cpp2036 bool MachOObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed() function in MachOObjectFile