Home
last modified time | relevance | path

Searched refs:usesOnlyLowPageBits (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lld/ELF/
DTarget.cpp136 bool TargetInfo::usesOnlyLowPageBits(RelType type) const { return false; } in usesOnlyLowPageBits() function in TargetInfo
DTarget.h60 virtual bool usesOnlyLowPageBits(RelType type) const;
DRelocations.cpp417 return target->usesOnlyLowPageBits(type) || !config->isPic; in isStaticLinkTimeConstant()
437 return target->usesOnlyLowPageBits(type); in isStaticLinkTimeConstant()
/external/llvm-project/lld/ELF/Arch/
DAArch64.cpp46 bool usesOnlyLowPageBits(RelType type) const override;
170 bool AArch64::usesOnlyLowPageBits(RelType type) const { in usesOnlyLowPageBits() function in AArch64
DMips.cpp42 bool usesOnlyLowPageBits(RelType type) const override;
731 template <class ELFT> bool MIPS<ELFT>::usesOnlyLowPageBits(RelType type) const { in usesOnlyLowPageBits() function in MIPS