Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp169 ELFUniquingMap.clear(); in reset()
547 auto IterBool = ELFUniquingMap.insert(std::make_pair( in getELFSection()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h346 std::map<ELFSectionKey, MCSectionELF *> ELFUniquingMap; variable