Home
last modified time | relevance | path

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

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