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

Overridden By

include/llvm/Object/ELFObjectFile.h
  283   bool isSectionData(DataRefImpl Sec) const override;
  750 bool ELFObjectFile<ELFT>::isSectionData(DataRefImpl Sec) const {
lib/Object/COFFObjectFile.cpp
  318 bool COFFObjectFile::isSectionData(DataRefImpl Ref) const {
lib/Object/MachOObjectFile.cpp
 2013 bool MachOObjectFile::isSectionData(DataRefImpl Sec) const {
lib/Object/WasmObjectFile.cpp
 1447 bool WasmObjectFile::isSectionData(DataRefImpl Sec) const {
lib/Object/XCOFFObjectFile.cpp
  273 bool XCOFFObjectFile::isSectionData(DataRefImpl Sec) const {

References

include/llvm/Object/ObjectFile.h
  469   return OwningObject->isSectionData(SectionPimpl);
lib/Object/ObjectFile.cpp
   84   return isSectionData(Sec);