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

Declarations

tools/dsymutil/NonRelocatableStringpool.h
   43   DwarfStringPoolEntryRef getEntry(StringRef S);

References

tools/dsymutil/DwarfLinker.cpp
  203       Info.MangledName = StringPool.getEntry(MangledName);
  207       Info.Name = StringPool.getEntry(Name);
  213       Info.NameWithoutTemplate = StringPool.getEntry(Split.first);
 1019   auto StringEntry = StringPool.getEntry(String);
 1453   Unit.addNameAccelerator(Die, StringPool.getEntry(Selector), SkipPubSection);
 1458   Unit.addObjCAccelerator(Die, StringPool.getEntry(ClassName), SkipPubSection);
 1464       Unit.addObjCAccelerator(Die, StringPool.getEntry(ClassNameNoCategory),
 1471       Unit.addNameAccelerator(Die, StringPool.getEntry(MethodNameNoCategory),
 1638       AttrInfo.Name = StringPool.getEntry("(anonymous namespace)");
tools/dsymutil/NonRelocatableStringpool.h
   40     EmptyString = getEntry("");
   47   uint32_t getStringOffset(StringRef S) { return getEntry(S).getOffset(); }