Home
last modified time | relevance | path

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

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