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

Overridden By

include/llvm/Object/ELFObjectFile.h
  275   uint64_t getSectionAddress(DataRefImpl Sec) const override;
  702 uint64_t ELFObjectFile<ELFT>::getSectionAddress(DataRefImpl Sec) const {
lib/Object/COFFObjectFile.cpp
  277 uint64_t COFFObjectFile::getSectionAddress(DataRefImpl Ref) const {
lib/Object/MachOObjectFile.cpp
 1909 uint64_t MachOObjectFile::getSectionAddress(DataRefImpl Sec) const {
lib/Object/WasmObjectFile.cpp
 1416 uint64_t WasmObjectFile::getSectionAddress(DataRefImpl Sec) const { return 0; }
lib/Object/XCOFFObjectFile.cpp
  225 uint64_t XCOFFObjectFile::getSectionAddress(DataRefImpl Sec) const {

References

include/llvm/Object/ObjectFile.h
  437   return OwningObject->getSectionAddress(SectionPimpl);