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

References

tools/dsymutil/DebugMap.cpp
   92 const DebugMapObject::DebugMapEntry *
  100 const DebugMapObject::DebugMapEntry *
tools/dsymutil/DebugMap.h
  166   const DebugMapEntry *lookupSymbol(StringRef SymbolName) const;
  170   const DebugMapEntry *lookupObjectAddress(uint64_t Address) const;
  204   DenseMap<uint64_t, DebugMapEntry *> AddressToMapping;
tools/dsymutil/DwarfLinker.h
   88       const DebugMapObject::DebugMapEntry *Mapping;
   91                  const DebugMapObject::DebugMapEntry *Mapping)