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

Overridden By

include/llvm/Object/ELFObjectFile.h
  279   getSectionContents(DataRefImpl Sec) const override;
  724 ELFObjectFile<ELFT>::getSectionContents(DataRefImpl Sec) const {
lib/Object/COFFObjectFile.cpp
  296 COFFObjectFile::getSectionContents(DataRefImpl Ref) const {
lib/Object/MachOObjectFile.cpp
 1954 MachOObjectFile::getSectionContents(DataRefImpl Sec) const {
lib/Object/WasmObjectFile.cpp
 1428 WasmObjectFile::getSectionContents(DataRefImpl Sec) const {
lib/Object/XCOFFObjectFile.cpp
  253 XCOFFObjectFile::getSectionContents(DataRefImpl Sec) const {

References

include/llvm/Object/ObjectFile.h
  450       OwningObject->getSectionContents(SectionPimpl);