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

Overrides

tools/lld/ELF/Target.h
   31   virtual RelType getDynRel(RelType type) const { return 0; }

Declarations

tools/lld/ELF/Arch/AArch64.cpp
   37   RelType getDynRel(RelType type) const override;