Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DArchHandler.h119 virtual bool isPairedReloc(const normalized::Relocation &) = 0;
DArchHandler_x86.cpp46 bool isPairedReloc(const normalized::Relocation &) override;
243 bool ArchHandler_x86::isPairedReloc(const Relocation &reloc) { in isPairedReloc() function in lld::mach_o::ArchHandler_x86
DArchHandler_x86_64.cpp143 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
DArchHandler_arm64.cpp97 bool isPairedReloc(const normalized::Relocation &) override;
330 bool ArchHandler_arm64::isPairedReloc(const Relocation &r) { in isPairedReloc() function in lld::mach_o::ArchHandler_arm64
DArchHandler_arm.cpp40 bool isPairedReloc(const normalized::Relocation &) override;
326 bool ArchHandler_arm::isPairedReloc(const Relocation &reloc) { in isPairedReloc() function in lld::mach_o::ArchHandler_arm
DMachONormalizedFileToAtoms.cpp621 if (handler.isPairedReloc(reloc)) { in convertRelocs()