Searched defs:inBranchRange (Results 1 – 5 of 5) sorted by relevance
/llvm-project/lld/ELF/ | ||
H A D | Target.cpp | 147 bool TargetInfo::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { inBranchRange() function in TargetInfo |
/llvm-project/lld/ELF/Arch/ | ||
H A D | PPC.cpp | 211 bool PPC::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { inBranchRange() function in PPC |
H A D | AArch64.cpp | 346 bool AArch64::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { inBranchRange() function in AArch64 |
H A D | ARM.cpp | 456 bool ARM::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { inBranchRange() function in ARM |
H A D | PPC64.cpp | 1466 bool PPC64::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { inBranchRange() function in PPC64 |