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

/external/llvm/lib/MC/
H A DMCContext.cpp241 ELFUniquingMap.erase(SectionGroupPair(Section->getSectionName(), GroupName));
243 ELFUniquingMap.insert(std::make_pair(SectionGroupPair(Name, GroupName),
254 std::make_pair(SectionGroupPair(Section, Group), nullptr));
/external/llvm/include/llvm/MC/
H A DMCContext.h163 typedef std::pair<std::string, std::string> SectionGroupPair; typedef in class:llvm::MCContext
167 std::map<SectionGroupPair, const MCSectionELF *> ELFUniquingMap;

Completed in 179 milliseconds