HomeSort by relevance Sort by last modified time
    Searched refs:SectionGroupPair (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/MC/
MCContext.cpp 241 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/
MCContext.h 163 typedef std::pair<std::string, std::string> SectionGroupPair;
167 std::map<SectionGroupPair, const MCSectionELF *> ELFUniquingMap;

Completed in 58 milliseconds