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

Overrides

lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
  416   virtual void resolveRelocation(const RelocationEntry &RE, uint64_t Value) = 0;

Overridden By

lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldELFMips.cpp
   14 void RuntimeDyldELFMips::resolveRelocation(const RelocationEntry &RE,

Declarations

lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
  175   void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override;