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

References

tools/dsymutil/DebugMap.cpp
   74                  uint64_t(Sym.second.BinaryAddress), uint32_t(Sym.second.Size),
  167   io.mapRequired("binAddr", s.second.BinaryAddress);
  279     Res.addSymbol(Entry.first, ObjAddress, Mapping.BinaryAddress, Mapping.Size);
tools/dsymutil/DwarfLinker.cpp
  396           int64_t(Mapping.BinaryAddress) - *Mapping.ObjectAddress);
  581   const uint64_t BinaryAddress = Mapping.BinaryAddress;
 1416     uint64_t Value = ValidReloc.Mapping->getValue().BinaryAddress;