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

References

tools/llvm-objcopy/MachO/MachOReader.cpp
  103       R.Symbol = nullptr; // We'll fill this field later.
  104       R.Info = MachOObj.getRelocation(RI->getRawDataRefImpl());
  105       R.Scattered = MachOObj.isRelocationScattered(R.Info);
  105       R.Scattered = MachOObj.isRelocationScattered(R.Info);
  106       S.Relocations.push_back(R);