Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCContext.cpp94 ELFUniquingMap.clear(); in reset()
305 ELFUniquingMap.erase( in renameELFSection()
307 auto I = ELFUniquingMap.insert(std::make_pair( in renameELFSection()
350 auto IterBool = ELFUniquingMap.insert( in getELFSection()
/external/llvm/include/llvm/MC/
DMCContext.h207 std::map<ELFSectionKey, MCSectionELF *> ELFUniquingMap; variable