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

Overridden By

tools/lld/ELF/Arch/AArch64.cpp
  166 bool AArch64::usesOnlyLowPageBits(RelType type) const {
tools/lld/ELF/Arch/Mips.cpp
   40   bool usesOnlyLowPageBits(RelType type) const override;
  715 template <class ELFT> bool MIPS<ELFT>::usesOnlyLowPageBits(RelType type) const {

Declarations

tools/lld/ELF/Target.h
   55   virtual bool usesOnlyLowPageBits(RelType type) const;

References

tools/lld/ELF/Relocations.cpp
  384     return target->usesOnlyLowPageBits(type) || !config->isPic;
  404     return target->usesOnlyLowPageBits(type);