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

Overridden By

include/llvm/Object/ELFObjectFile.h
  276   uint64_t getSectionIndex(DataRefImpl Sec) const override;
  707 uint64_t ELFObjectFile<ELFT>::getSectionIndex(DataRefImpl Sec) const {
lib/Object/COFFObjectFile.cpp
  287 uint64_t COFFObjectFile::getSectionIndex(DataRefImpl Sec) const {
lib/Object/MachOObjectFile.cpp
 1915 uint64_t MachOObjectFile::getSectionIndex(DataRefImpl Sec) const {
lib/Object/WasmObjectFile.cpp
 1418 uint64_t WasmObjectFile::getSectionIndex(DataRefImpl Sec) const {
lib/Object/XCOFFObjectFile.cpp
  234 uint64_t XCOFFObjectFile::getSectionIndex(DataRefImpl Sec) const {

References

include/llvm/Object/ObjectFile.h
  441   return OwningObject->getSectionIndex(SectionPimpl);