Searched refs:isNonCallBranch (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DShimPass.cpp54 if (!_archHandler.isNonCallBranch(*ref))
H A DArchHandler.h59 virtual bool isNonCallBranch(const Reference &) = 0;
H A DArchHandler_x86.cpp41 bool isNonCallBranch(const Reference &) override {
H A DArchHandler_arm.cpp41 bool isNonCallBranch(const Reference &) override;
316 bool ArchHandler_arm::isNonCallBranch(const Reference &ref) { function in class:lld::mach_o::ArchHandler_arm
H A DArchHandler_arm64.cpp92 bool isNonCallBranch(const Reference &) override {
H A DArchHandler_x86_64.cpp137 bool isNonCallBranch(const Reference &) override {

Completed in 71 milliseconds