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

Overridden By

include/llvm/Object/ELFObjectFile.h
  259   Expected<StringRef> getSymbolName(DataRefImpl Symb) const override;
  455 Expected<StringRef> ELFObjectFile<ELFT>::getSymbolName(DataRefImpl Sym) const {
lib/Object/COFFObjectFile.cpp
  149 Expected<StringRef> COFFObjectFile::getSymbolName(DataRefImpl Ref) const {
lib/Object/MachOObjectFile.cpp
 1748 Expected<StringRef> MachOObjectFile::getSymbolName(DataRefImpl Symb) const {
lib/Object/WasmObjectFile.cpp
 1290 Expected<StringRef> WasmObjectFile::getSymbolName(DataRefImpl Symb) const {
lib/Object/XCOFFObjectFile.cpp
  164 Expected<StringRef> XCOFFObjectFile::getSymbolName(DataRefImpl Symb) const {

References

include/llvm/Object/ObjectFile.h
  376   return getObject()->getSymbolName(getRawDataRefImpl());
lib/Object/ObjectFile.cpp
   60   Expected<StringRef> Name = getSymbolName(Symb);