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.h100 bool isSectionCompressed(DataRefImpl Sec) const override { return false; } in isSectionCompressed() function
H A DObjectFile.h271 virtual bool isSectionCompressed(DataRefImpl Sec) const = 0;
547 return OwningObject->isSectionCompressed(SectionPimpl); in isCompressed()
H A DWasm.h193 bool isSectionCompressed(DataRefImpl Sec) const override;
H A DELFObjectFile.h327 bool isSectionCompressed(DataRefImpl Sec) const override;
940 bool ELFObjectFile<ELFT>::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed() function
H A DXCOFFObjectFile.h610 bool isSectionCompressed(DataRefImpl Sec) const override;
H A DMachO.h453 bool isSectionCompressed(DataRefImpl Sec) const override;
H A DCOFF.h1010 bool isSectionCompressed(DataRefImpl Sec) const override;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp490 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.cpp2004 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