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

Overridden By

include/llvm/Object/ELFObjectFile.h
  295   uint64_t getRelocationOffset(DataRefImpl Rel) const override;
  887 uint64_t ELFObjectFile<ELFT>::getRelocationOffset(DataRefImpl Rel) const {
lib/Object/COFFObjectFile.cpp
 1125 uint64_t COFFObjectFile::getRelocationOffset(DataRefImpl Rel) const {
lib/Object/MachOObjectFile.cpp
 2115 uint64_t MachOObjectFile::getRelocationOffset(DataRefImpl Rel) const {
lib/Object/WasmObjectFile.cpp
 1474 uint64_t WasmObjectFile::getRelocationOffset(DataRefImpl Ref) const {
lib/Object/XCOFFObjectFile.cpp
  304 uint64_t XCOFFObjectFile::getRelocationOffset(DataRefImpl Rel) const {

References

include/llvm/Object/ObjectFile.h
  531   return OwningObject->getRelocationOffset(RelocationPimpl);