Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCContext.cpp176 ELFUniquingMap.clear(); in reset()
552 auto IterBool = ELFUniquingMap.insert(std::make_pair( in getELFSection()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCContext.h347 std::map<ELFSectionKey, MCSectionELF *> ELFUniquingMap; variable