Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCContext.cpp87 ELFUniquingMap.clear(); in reset()
271 ELFUniquingMap.erase( in renameELFSection()
273 auto I = ELFUniquingMap.insert(std::make_pair( in renameELFSection()
315 auto IterBool = ELFUniquingMap.insert( in getELFSection()
/external/llvm/include/llvm/MC/
DMCContext.h200 std::map<ELFSectionKey, const MCSectionELF *> ELFUniquingMap; variable