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

Overridden By

include/llvm/Object/ELFObjectFile.h
  277   uint64_t getSectionSize(DataRefImpl Sec) const override;
  718 uint64_t ELFObjectFile<ELFT>::getSectionSize(DataRefImpl Sec) const {
lib/Object/COFFObjectFile.cpp
  291 uint64_t COFFObjectFile::getSectionSize(DataRefImpl Ref) const {
lib/Object/MachOObjectFile.cpp
 1919 uint64_t MachOObjectFile::getSectionSize(DataRefImpl Sec) const {
lib/Object/WasmObjectFile.cpp
 1422 uint64_t WasmObjectFile::getSectionSize(DataRefImpl Sec) const {
lib/Object/XCOFFObjectFile.cpp
  243 uint64_t XCOFFObjectFile::getSectionSize(DataRefImpl Sec) const {

References

include/llvm/Object/ObjectFile.h
  445   return OwningObject->getSectionSize(SectionPimpl);