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

Overridden By

include/llvm/Object/ELFObjectFile.h
  297   uint64_t getRelocationType(DataRefImpl Rel) const override;
  896 uint64_t ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel) const {
lib/Object/COFFObjectFile.cpp
 1144 uint64_t COFFObjectFile::getRelocationType(DataRefImpl Rel) const {
lib/Object/MachOObjectFile.cpp
 2149 uint64_t MachOObjectFile::getRelocationType(DataRefImpl Rel) const {
lib/Object/WasmObjectFile.cpp
 1489 uint64_t WasmObjectFile::getRelocationType(DataRefImpl Ref) const {
lib/Object/XCOFFObjectFile.cpp
  315 uint64_t XCOFFObjectFile::getRelocationType(DataRefImpl Rel) const {

References

include/llvm/Object/ObjectFile.h
  539   return OwningObject->getRelocationType(RelocationPimpl);