Searched refs:isSectionCompressed (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h265 virtual bool isSectionCompressed(DataRefImpl Sec) const = 0;
463 return OwningObject->isSectionCompressed(SectionPimpl);
H A DXCOFFObjectFile.h271 bool isSectionCompressed(DataRefImpl Sec) const override;
H A DWasm.h181 bool isSectionCompressed(DataRefImpl Sec) const override;
H A DELFObjectFile.h281 bool isSectionCompressed(DataRefImpl Sec) const override;
742 bool ELFObjectFile<ELFT>::isSectionCompressed(DataRefImpl Sec) const { function in class:llvm::object::ELFObjectFile
H A DMachO.h306 bool isSectionCompressed(DataRefImpl Sec) const override;
H A DCOFF.h910 bool isSectionCompressed(DataRefImpl Sec) const override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp291 bool XCOFFObjectFile::isSectionCompressed(DataRefImpl Sec) const { function in class:llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp309 bool COFFObjectFile::isSectionCompressed(DataRefImpl Sec) const { function in class:COFFObjectFile
H A DWasmObjectFile.cpp1442 bool WasmObjectFile::isSectionCompressed(DataRefImpl Sec) const { function in class:WasmObjectFile
H A DMachOObjectFile.cpp2008 bool MachOObjectFile::isSectionCompressed(DataRefImpl Sec) const { function in class:MachOObjectFile

Completed in 85 milliseconds