Searched defs:isPairedReloc (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lld/lib/ReaderWriter/MachO/ | ||
D | ArchHandler_x86.cpp | 243 bool ArchHandler_x86::isPairedReloc(const Relocation &reloc) { in isPairedReloc() function in lld::mach_o::ArchHandler_x86 |
D | ArchHandler_x86_64.cpp | 355 bool ArchHandler_x86_64::isPairedReloc(const Relocation &reloc) { in isPairedReloc() function in lld::mach_o::ArchHandler_x86_64 |
D | ArchHandler_arm64.cpp | 330 bool ArchHandler_arm64::isPairedReloc(const Relocation &r) { in isPairedReloc() function in lld::mach_o::ArchHandler_arm64 |
D | ArchHandler_arm.cpp | 326 bool ArchHandler_arm::isPairedReloc(const Relocation &reloc) { in isPairedReloc() function in lld::mach_o::ArchHandler_arm |