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.cpp174 ELFUniquingMap.clear(); in reset()
602 EntryNewPair = ELFUniquingMap.insert(std::make_pair(UniqueMapKey, nullptr)); in getELFSection()
607 EntryNewPair = ELFUniquingMap.insert(std::make_pair(UniqueMapKey, nullptr)); in getELFSection()
611 EntryNewPair = ELFUniquingMap.insert(std::make_pair(UniqueMapKey, nullptr)); in getELFSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h324 StringMap<MCSectionELF *> ELFUniquingMap; variable