Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DTarget.cpp129 bool TargetInfo::usesOnlyLowPageBits(RelType type) const { return false; } in usesOnlyLowPageBits() function in TargetInfo
H A DTarget.h62 virtual bool usesOnlyLowPageBits(RelType type) const;
H A DRelocations.cpp975 return target->usesOnlyLowPageBits(type) || !config->isPic; in isStaticLinkTimeConstant()
995 return target->usesOnlyLowPageBits(type); in isStaticLinkTimeConstant()
1348 if (expr == R_GOT && config->isPic && !target->usesOnlyLowPageBits(type)) in handleTlsRelocation()
/openbsd/gnu/llvm/lld/ELF/Arch/
H A DMips.cpp41 bool usesOnlyLowPageBits(RelType type) const override;
758 template <class ELFT> bool MIPS<ELFT>::usesOnlyLowPageBits(RelType type) const { in usesOnlyLowPageBits() function in MIPS
H A DAArch64.cpp48 bool usesOnlyLowPageBits(RelType type) const override;
183 bool AArch64::usesOnlyLowPageBits(RelType type) const { in usesOnlyLowPageBits() function in AArch64