reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

tools/lld/lib/ReaderWriter/MachO/ArchHandler_arm.cpp
  326 bool ArchHandler_arm::isPairedReloc(const Relocation &reloc) {
tools/lld/lib/ReaderWriter/MachO/ArchHandler_arm64.cpp
  330 bool ArchHandler_arm64::isPairedReloc(const Relocation &r) {
tools/lld/lib/ReaderWriter/MachO/ArchHandler_x86.cpp
  243 bool ArchHandler_x86::isPairedReloc(const Relocation &reloc) {
tools/lld/lib/ReaderWriter/MachO/ArchHandler_x86_64.cpp
  355 bool ArchHandler_x86_64::isPairedReloc(const Relocation &reloc) {

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp
  619     if (handler.isPairedReloc(reloc)) {