reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

include/llvm/Object/ELFObjectFile.h
  281   bool isSectionCompressed(DataRefImpl Sec) const override;
  740 bool ELFObjectFile<ELFT>::isSectionCompressed(DataRefImpl Sec) const {
lib/Object/COFFObjectFile.cpp
  309 bool COFFObjectFile::isSectionCompressed(DataRefImpl Sec) const {
lib/Object/MachOObjectFile.cpp
 2004 bool MachOObjectFile::isSectionCompressed(DataRefImpl Sec) const {
lib/Object/WasmObjectFile.cpp
 1439 bool WasmObjectFile::isSectionCompressed(DataRefImpl Sec) const {
lib/Object/XCOFFObjectFile.cpp
  263 bool XCOFFObjectFile::isSectionCompressed(DataRefImpl Sec) const {

References

include/llvm/Object/ObjectFile.h
  461   return OwningObject->isSectionCompressed(SectionPimpl);