Home
last modified time | relevance | path

Searched refs:isSectionCompressed (Results 1 – 25 of 25) 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-10.0/llvm/include/llvm/Object/
DObjectFile.h265 virtual bool isSectionCompressed(DataRefImpl Sec) const = 0;
463 return OwningObject->isSectionCompressed(SectionPimpl); in isCompressed()
DXCOFFObjectFile.h271 bool isSectionCompressed(DataRefImpl Sec) const override;
DWasm.h181 bool isSectionCompressed(DataRefImpl Sec) const override;
DELFObjectFile.h281 bool isSectionCompressed(DataRefImpl Sec) const override;
742 bool ELFObjectFile<ELFT>::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed() function
DMachO.h306 bool isSectionCompressed(DataRefImpl Sec) const override;
DCOFF.h910 bool isSectionCompressed(DataRefImpl Sec) const override;
/external/llvm-project/llvm/include/llvm/Object/
DObjectFile.h267 virtual bool isSectionCompressed(DataRefImpl Sec) const = 0;
472 return OwningObject->isSectionCompressed(SectionPimpl); in isCompressed()
DWasm.h187 bool isSectionCompressed(DataRefImpl Sec) const override;
DXCOFFObjectFile.h293 bool isSectionCompressed(DataRefImpl Sec) const override;
DELFObjectFile.h294 bool isSectionCompressed(DataRefImpl Sec) const override;
823 bool ELFObjectFile<ELFT>::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed() function
DMachO.h306 bool isSectionCompressed(DataRefImpl Sec) const override;
DCOFF.h934 bool isSectionCompressed(DataRefImpl Sec) const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DXCOFFObjectFile.cpp291 bool XCOFFObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed() function in llvm::object::XCOFFObjectFile
DCOFFObjectFile.cpp309 bool COFFObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed() function in COFFObjectFile
DWasmObjectFile.cpp1442 bool WasmObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed() function in WasmObjectFile
DMachOObjectFile.cpp2008 bool MachOObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed() function in MachOObjectFile
/external/llvm-project/llvm/lib/Object/
DXCOFFObjectFile.cpp298 bool XCOFFObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed() function in llvm::object::XCOFFObjectFile
DCOFFObjectFile.cpp305 bool COFFObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed() function in COFFObjectFile
DWasmObjectFile.cpp1604 bool WasmObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed() function in WasmObjectFile
DMachOObjectFile.cpp2011 bool MachOObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed() function in MachOObjectFile
/external/llvm/lib/Object/
DMachOObjectFile.cpp675 bool MachOObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed() function in MachOObjectFile