Searched refs:UniqueMapKey (Results 1 – 1 of 1) sorted by relevance
659 StringRef UniqueMapKey = StringRef(Buffer); in getELFSection() local660 EntryNewPair = ELFUniquingMap.try_emplace(UniqueMapKey); in getELFSection()663 StringRef UniqueMapKey = Section.toStringRef(Buffer); in getELFSection() local664 SectionLen = UniqueMapKey.size(); in getELFSection()665 EntryNewPair = ELFUniquingMap.try_emplace(UniqueMapKey); in getELFSection()667 StringRef UniqueMapKey = Section.getSingleStringRef(); in getELFSection() local668 SectionLen = UniqueMapKey.size(); in getELFSection()669 EntryNewPair = ELFUniquingMap.try_emplace(UniqueMapKey); in getELFSection()