Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DObjectFile.h219 virtual bool isSectionCompressed(DataRefImpl Sec) const = 0;
388 return OwningObject->isSectionCompressed(SectionPimpl); in isCompressed()
DELFObjectFile.h230 bool isSectionCompressed(DataRefImpl Sec) const override;
598 bool ELFObjectFile<ELFT>::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed() function
DMachO.h225 bool isSectionCompressed(DataRefImpl Sec) const override;
DCOFF.h738 bool isSectionCompressed(DataRefImpl Sec) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DObjectFile.h233 virtual bool isSectionCompressed(DataRefImpl Sec) const = 0;
425 return OwningObject->isSectionCompressed(SectionPimpl); in isCompressed()
DWasm.h171 bool isSectionCompressed(DataRefImpl Sec) const override;
DELFObjectFile.h256 bool isSectionCompressed(DataRefImpl Sec) const override;
701 bool ELFObjectFile<ELFT>::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed() function
DMachO.h309 bool isSectionCompressed(DataRefImpl Sec) const override;
DCOFF.h906 bool isSectionCompressed(DataRefImpl Sec) const override;
/external/llvm/lib/Object/
DCOFFObjectFile.cpp295 bool COFFObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed() function in COFFObjectFile
DMachOObjectFile.cpp675 bool MachOObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed() function in MachOObjectFile
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp1188 bool WasmObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed() function in WasmObjectFile
DCOFFObjectFile.cpp311 bool COFFObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed() function in COFFObjectFile
DMachOObjectFile.cpp1963 bool MachOObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed() function in MachOObjectFile