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

/openbsd-current/gnu/llvm/llvm/include/llvm/Object/
H A DObjectFile.h270 virtual bool isSectionCompressed(DataRefImpl Sec) const = 0;
490 return OwningObject->isSectionCompressed(SectionPimpl);
H A DWasm.h185 bool isSectionCompressed(DataRefImpl Sec) const override;
H A DELFObjectFile.h298 bool isSectionCompressed(DataRefImpl Sec) const override;
877 bool ELFObjectFile<ELFT>::isSectionCompressed(DataRefImpl Sec) const { function in class:llvm::object::ELFObjectFile
H A DXCOFFObjectFile.h596 bool isSectionCompressed(DataRefImpl Sec) const override;
H A DMachO.h452 bool isSectionCompressed(DataRefImpl Sec) const override;
H A DCOFF.h950 bool isSectionCompressed(DataRefImpl Sec) const override;
/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DXCOFFObjectFile.cpp480 bool XCOFFObjectFile::isSectionCompressed(DataRefImpl Sec) const { function in class:llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp307 bool COFFObjectFile::isSectionCompressed(DataRefImpl Sec) const { function in class:COFFObjectFile
H A DWasmObjectFile.cpp1742 bool WasmObjectFile::isSectionCompressed(DataRefImpl Sec) const { function in class:WasmObjectFile
H A DMachOObjectFile.cpp2029 bool MachOObjectFile::isSectionCompressed(DataRefImpl Sec) const { function in class:MachOObjectFile

Completed in 330 milliseconds