Home
last modified time | relevance | path

Searched defs:usesOnlyLowPageBits (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lld/ELF/
H A DTarget.cpp134 bool TargetInfo::usesOnlyLowPageBits(RelType type) const { return false; } usesOnlyLowPageBits() function in TargetInfo
/llvm-project/lld/ELF/Arch/
H A DMips.cpp758 template <class ELFT> bool MIPS<ELFT>::usesOnlyLowPageBits(RelType type) const { usesOnlyLowPageBits() function in MIPS
H A DLoongArch.cpp526 bool LoongArch::usesOnlyLowPageBits(RelType type) const { usesOnlyLowPageBits() function in LoongArch
H A DAArch64.cpp198 bool AArch64::usesOnlyLowPageBits(RelType type) const { usesOnlyLowPageBits() function in AArch64