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

References

tools/dsymutil/DwarfLinker.cpp
  445   DataExtractor Data(*ContentsOrErr, Obj.isLittleEndian(), 0);
  455     MachO::any_relocation_info MachOReloc = Obj.getRelocation(RelocDataRef);
  457     if (isMachOPairedReloc(Obj.getAnyRelocationType(MachOReloc),
  458                            Obj.getArch())) {
  465     unsigned RelocSize = 1 << Obj.getAnyRelocationLength(MachOReloc);
  478     if (Obj.isRelocationScattered(MachOReloc)) {
  482       SymAddress = Obj.getScatteredRelocationValue(MachOReloc);
  490     if (Sym != Obj.symbol_end()) {