Searched refs:isNonCallBranch (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/ | ||
| HD | ShimPass.cpp | 54 if (!_archHandler.isNonCallBranch(*ref)) in perform() |
| HD | ArchHandler.h | 59 virtual bool isNonCallBranch(const Reference &) = 0; |
| HD | ArchHandler_arm.cpp | 41 bool isNonCallBranch(const Reference &) override; |
| HD | ArchHandler_x86.cpp | 41 bool isNonCallBranch(const Reference &) override { in isNonCallBranch() function in lld::mach_o::ArchHandler_x86 |
| HD | ArchHandler_x86_64.cpp | 137 bool isNonCallBranch(const Reference &) override { in isNonCallBranch() function in lld::mach_o::ArchHandler_x86_64 |
| HD | ArchHandler_arm64.cpp | 92 bool isNonCallBranch(const Reference &) override { in isNonCallBranch() function in lld::mach_o::ArchHandler_arm64 |