Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/ELF/
DTarget.cpp129 bool TargetInfo::usesOnlyLowPageBits(RelType type) const { return false; } in usesOnlyLowPageBits() function in TargetInfo
DTarget.h62 virtual bool usesOnlyLowPageBits(RelType type) const;
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/src/gnu/llvm/lld/ELF/Arch/
DMips.cpp41 bool usesOnlyLowPageBits(RelType type) const override;
758 template <class ELFT> bool MIPS<ELFT>::usesOnlyLowPageBits(RelType type) const { in usesOnlyLowPageBits() function in MIPS
DAArch64.cpp48 bool usesOnlyLowPageBits(RelType type) const override;
183 bool AArch64::usesOnlyLowPageBits(RelType type) const { in usesOnlyLowPageBits() function in AArch64