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

References

tools/dsymutil/DwarfLinker.cpp
  416     return RelocType == MachO::GENERIC_RELOC_SECTDIFF ||
  417            RelocType == MachO::GENERIC_RELOC_LOCAL_SECTDIFF;
  419     return RelocType == MachO::X86_64_RELOC_SUBTRACTOR;
  422     return RelocType == MachO::ARM_RELOC_SECTDIFF ||
  423            RelocType == MachO::ARM_RELOC_LOCAL_SECTDIFF ||
  424            RelocType == MachO::ARM_RELOC_HALF ||
  425            RelocType == MachO::ARM_RELOC_HALF_SECTDIFF;
  427     return RelocType == MachO::ARM64_RELOC_SUBTRACTOR;