Searched defs:inBranchRange (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/lld/ELF/ | ||
H A D | Target.cpp | 146 bool TargetInfo::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { inBranchRange() function in TargetInfo |
/freebsd-src/contrib/llvm-project/lld/ELF/Arch/ | ||
H A D | PPC.cpp | 211 bool PPC::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in PPC |
H A D | AArch64.cpp | 308 bool AArch64::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { inBranchRange() function in AArch64 |
H A D | ARM.cpp | 386 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 { in inBranchRange() function in PPC64 |