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.cpp601 StringRef UniqueMapKey = StringRef(Buffer); in getELFSection() local
602 EntryNewPair = ELFUniquingMap.insert(std::make_pair(UniqueMapKey, nullptr)); in getELFSection()
605 StringRef UniqueMapKey = Section.toStringRef(Buffer); in getELFSection() local
606 SectionLen = UniqueMapKey.size(); in getELFSection()
607 EntryNewPair = ELFUniquingMap.insert(std::make_pair(UniqueMapKey, nullptr)); in getELFSection()
609 StringRef UniqueMapKey = Section.getSingleStringRef(); in getELFSection() local
610 SectionLen = UniqueMapKey.size(); in getELFSection()
611 EntryNewPair = ELFUniquingMap.insert(std::make_pair(UniqueMapKey, nullptr)); in getELFSection()