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

Overridden By

include/llvm/Object/ELFObjectFile.h
  282   bool isSectionText(DataRefImpl Sec) const override;
  745 bool ELFObjectFile<ELFT>::isSectionText(DataRefImpl Sec) const {
lib/Object/COFFObjectFile.cpp
  313 bool COFFObjectFile::isSectionText(DataRefImpl Ref) const {
lib/Object/MachOObjectFile.cpp
 2008 bool MachOObjectFile::isSectionText(DataRefImpl Sec) const {
lib/Object/WasmObjectFile.cpp
 1443 bool WasmObjectFile::isSectionText(DataRefImpl Sec) const {
lib/Object/XCOFFObjectFile.cpp
  269 bool XCOFFObjectFile::isSectionText(DataRefImpl Sec) const {

References

include/llvm/Object/ObjectFile.h
  465   return OwningObject->isSectionText(SectionPimpl);
lib/Object/ObjectFile.cpp
   80   return isSectionText(Sec);