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

Overridden By

lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
  927 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE,
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFI386.h
  131   void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override {
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFThumb.h
  174   void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override {
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h
   86   void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override {
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldELFMips.cpp
   14 void RuntimeDyldELFMips::resolveRelocation(const RelocationEntry &RE,
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h
  355   void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override {
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOARM.h
  203   void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override {
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOI386.h
   98   void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override {
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOX86_64.h
   86   void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override {

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
 1066     resolveRelocation(RE, Value);