Home
last modified time | relevance | path

Searched defs:inBranchRange (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.cpp147 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 DPPC.cpp211 bool PPC::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in PPC
H A DAArch64.cpp397 bool AArch64::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in AArch64
H A DARM.cpp463 bool ARM::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in ARM
H A DPPC64.cpp1466 bool PPC64::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in PPC64