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

Overridden By

include/llvm/Object/ELFObjectFile.h
  271   Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
  681 ELFObjectFile<ELFT>::getSymbolSection(DataRefImpl Symb) const {
lib/Object/COFFObjectFile.cpp
  249 COFFObjectFile::getSymbolSection(DataRefImpl Ref) const {
lib/Object/MachOObjectFile.cpp
 1879 MachOObjectFile::getSymbolSection(DataRefImpl Symb) const {
lib/Object/WasmObjectFile.cpp
 1359 WasmObjectFile::getSymbolSection(DataRefImpl Symb) const {
lib/Object/XCOFFObjectFile.cpp
  202 XCOFFObjectFile::getSymbolSection(DataRefImpl Symb) const {

References

include/llvm/Object/ObjectFile.h
  396   return getObject()->getSymbolSection(getRawDataRefImpl());