Searched defs:inBranchRange (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lld/ELF/ |
D | Target.cpp | 149 bool TargetInfo::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in TargetInfo
|
/external/llvm-project/lld/ELF/Arch/ |
D | PPC.cpp | 210 bool PPC::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in PPC
|
D | AArch64.cpp | 260 bool AArch64::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in AArch64
|
D | ARM.cpp | 352 bool ARM::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in ARM
|
D | PPC64.cpp | 1385 bool PPC64::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange() function in PPC64
|