Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp176 ELFUniquingMap.clear(); in reset()
660 EntryNewPair = ELFUniquingMap.try_emplace(UniqueMapKey); in getELFSection()
665 EntryNewPair = ELFUniquingMap.try_emplace(UniqueMapKey); in getELFSection()
669 EntryNewPair = ELFUniquingMap.try_emplace(UniqueMapKey); in getELFSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h318 StringMap<MCSectionELF *> ELFUniquingMap; variable