Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DTarget.cpp136 bool TargetInfo::usesOnlyLowPageBits(RelType type) const { return false; } in usesOnlyLowPageBits() function in TargetInfo
/external/llvm-project/lld/ELF/Arch/
DMips.cpp731 template <class ELFT> bool MIPS<ELFT>::usesOnlyLowPageBits(RelType type) const { in usesOnlyLowPageBits() function in MIPS
DAArch64.cpp170 bool AArch64::usesOnlyLowPageBits(RelType type) const { in usesOnlyLowPageBits() function in AArch64