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

Overridden By

include/llvm/Object/ELFObjectFile.h
  261   uint64_t getSymbolValueImpl(DataRefImpl Symb) const override;
  498 uint64_t ELFObjectFile<ELFT>::getSymbolValueImpl(DataRefImpl Symb) const {
lib/Object/COFFObjectFile.cpp
  157 uint64_t COFFObjectFile::getSymbolValueImpl(DataRefImpl Ref) const {
lib/Object/MachOObjectFile.cpp
 1794 uint64_t MachOObjectFile::getSymbolValueImpl(DataRefImpl Sym) const {
lib/Object/WasmObjectFile.cpp
 1323 uint64_t WasmObjectFile::getSymbolValueImpl(DataRefImpl Symb) const {
lib/Object/XCOFFObjectFile.cpp
  184 uint64_t XCOFFObjectFile::getSymbolValueImpl(DataRefImpl Symb) const {

References

lib/Object/ObjectFile.cpp
   56   return getSymbolValueImpl(Ref);