Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lld/ELF/
H A DTarget.cpp133 bool TargetInfo::usesOnlyLowPageBits(RelType type) const { return false; } usesOnlyLowPageBits() function in TargetInfo
/freebsd-src/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.cpp505 bool LoongArch::usesOnlyLowPageBits(RelType type) const { usesOnlyLowPageBits() function in LoongArch
H A DAArch64.cpp188 bool AArch64::usesOnlyLowPageBits(RelType type) const { usesOnlyLowPageBits() function in AArch64