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