Home
last modified time | relevance | path

Searched refs:UniqueMapKey (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp659 StringRef UniqueMapKey = StringRef(Buffer); in getELFSection() local
660 EntryNewPair = ELFUniquingMap.try_emplace(UniqueMapKey); in getELFSection()
663 StringRef UniqueMapKey = Section.toStringRef(Buffer); in getELFSection() local
664 SectionLen = UniqueMapKey.size(); in getELFSection()
665 EntryNewPair = ELFUniquingMap.try_emplace(UniqueMapKey); in getELFSection()
667 StringRef UniqueMapKey = Section.getSingleStringRef(); in getELFSection() local
668 SectionLen = UniqueMapKey.size(); in getELFSection()
669 EntryNewPair = ELFUniquingMap.try_emplace(UniqueMapKey); in getELFSection()