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

/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DArchHandler.h119 virtual bool isPairedReloc(const normalized::Relocation &) = 0;
H A DArchHandler_x86.cpp46 bool isPairedReloc(const normalized::Relocation &) override;
243 bool ArchHandler_x86::isPairedReloc(const Relocation &reloc) { function in class:lld::mach_o::ArchHandler_x86
H A DArchHandler_arm64.cpp97 bool isPairedReloc(const normalized::Relocation &) override;
330 bool ArchHandler_arm64::isPairedReloc(const Relocation &r) { function in class:lld::mach_o::ArchHandler_arm64
H A DArchHandler_x86_64.cpp143 bool isPairedReloc(const normalized::Relocation &) override;
355 bool ArchHandler_x86_64::isPairedReloc(const Relocation &reloc) { function in class:lld::mach_o::ArchHandler_x86_64
H A DArchHandler_arm.cpp40 bool isPairedReloc(const normalized::Relocation &) override;
326 bool ArchHandler_arm::isPairedReloc(const Relocation &reloc) { function in class:lld::mach_o::ArchHandler_arm
H A DMachONormalizedFileToAtoms.cpp619 if (handler.isPairedReloc(reloc)) {

Completed in 108 milliseconds