Searched refs:usesOnlyLowPageBits (Results 1 – 5 of 5) sorted by relevance
136 bool TargetInfo::usesOnlyLowPageBits(RelType type) const { return false; } in usesOnlyLowPageBits() function in TargetInfo
60 virtual bool usesOnlyLowPageBits(RelType type) const;
417 return target->usesOnlyLowPageBits(type) || !config->isPic; in isStaticLinkTimeConstant()437 return target->usesOnlyLowPageBits(type); in isStaticLinkTimeConstant()
46 bool usesOnlyLowPageBits(RelType type) const override;170 bool AArch64::usesOnlyLowPageBits(RelType type) const { in usesOnlyLowPageBits() function in AArch64
42 bool usesOnlyLowPageBits(RelType type) const override;731 template <class ELFT> bool MIPS<ELFT>::usesOnlyLowPageBits(RelType type) const { in usesOnlyLowPageBits() function in MIPS