Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp161 ELFUniquingMap.clear(); in reset()
458 ELFUniquingMap.erase( in renameELFSection()
460 auto I = ELFUniquingMap in renameELFSection()
549 auto IterBool = ELFUniquingMap.insert(std::make_pair( in getELFSection()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h326 std::map<ELFSectionKey, MCSectionELF *> ELFUniquingMap; variable