Lines Matching refs:StringEntry
1042 DwarfStringPoolEntryRef StringEntry; in cloneStringAttribute() local
1044 StringEntry = DebugLineStrPool.getEntry(*String); in cloneStringAttribute()
1046 StringEntry = DebugStrPool.getEntry(*String); in cloneStringAttribute()
1052 StringEntry = DebugStrPool.getEntry(*FileName); in cloneStringAttribute()
1058 Info.Name = StringEntry; in cloneStringAttribute()
1061 Info.MangledName = StringEntry; in cloneStringAttribute()
1065 StringOffsetPool.getValueIndex(StringEntry.getOffset()); in cloneStringAttribute()
1075 DIEInteger(StringEntry.getOffset())); in cloneStringAttribute()
1799 auto StringEntry = DebugStrPool.getEntry(LibraryInstallName.value()); in cloneDIE() local
1801 dwarf::DW_FORM_strp, DIEInteger(StringEntry.getOffset())); in cloneDIE()
1802 AttrInfo.Name = StringEntry; in cloneDIE()