Searched refs:isPairedReloc (Results 1 – 6 of 6) sorted by relevance
119 virtual bool isPairedReloc(const normalized::Relocation &) = 0;
46 bool isPairedReloc(const normalized::Relocation &) override;243 bool ArchHandler_x86::isPairedReloc(const Relocation &reloc) { in isPairedReloc() function in lld::mach_o::ArchHandler_x86
143 bool isPairedReloc(const normalized::Relocation &) override;355 bool ArchHandler_x86_64::isPairedReloc(const Relocation &reloc) { in isPairedReloc() function in lld::mach_o::ArchHandler_x86_64
97 bool isPairedReloc(const normalized::Relocation &) override;330 bool ArchHandler_arm64::isPairedReloc(const Relocation &r) { in isPairedReloc() function in lld::mach_o::ArchHandler_arm64
40 bool isPairedReloc(const normalized::Relocation &) override;326 bool ArchHandler_arm::isPairedReloc(const Relocation &reloc) { in isPairedReloc() function in lld::mach_o::ArchHandler_arm
621 if (handler.isPairedReloc(reloc)) { in convertRelocs()