Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h101 bool isSectionCompressed(DataRefImpl Sec) const override { return false; } in isSectionCompressed() function
H A DObjectFile.h272 virtual bool isSectionCompressed(DataRefImpl Sec) const = 0;
548 return OwningObject->isSectionCompressed(SectionPimpl); in isCompressed()
H A DWasm.h194 bool isSectionCompressed(DataRefImpl Sec) const override;
H A DELFObjectFile.h330 bool isSectionCompressed(DataRefImpl Sec) const override;
946 bool ELFObjectFile<ELFT>::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed() function
H A DMachO.h458 bool isSectionCompressed(DataRefImpl Sec) const override;
H A DXCOFFObjectFile.h617 bool isSectionCompressed(DataRefImpl Sec) const override;
H A DCOFF.h1064 bool isSectionCompressed(DataRefImpl Sec) const override;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp495 bool XCOFFObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp306 bool COFFObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed() function in COFFObjectFile
H A DWasmObjectFile.cpp2025 bool WasmObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed() function in WasmObjectFile
H A DMachOObjectFile.cpp2037 bool MachOObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed() function in MachOObjectFile