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

/external/llvm/lib/MC/
H A DMCContext.cpp83 ELFUniquingMap.clear();
241 ELFUniquingMap.erase(SectionGroupPair(Section->getSectionName(), GroupName));
243 ELFUniquingMap.insert(std::make_pair(SectionGroupPair(Name, GroupName),
253 auto IterBool = ELFUniquingMap.insert(
/external/llvm/include/llvm/MC/
H A DMCContext.h167 std::map<SectionGroupPair, const MCSectionELF *> ELFUniquingMap; member in class:llvm::MCContext

Completed in 171 milliseconds