Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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;
/third_party/skia/third_party/externals/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