Searched refs:ELFSectionKey (Results 1 – 2 of 2) sorted by relevance
251 struct ELFSectionKey { struct257 ELFSectionKey(StringRef SectionName, StringRef GroupName, in ELFSectionKey() function262 bool operator<(const ELFSectionKey &Other) const {346 std::map<ELFSectionKey, MCSectionELF *> ELFUniquingMap;
547 ELFSectionKey{Section.str(), Group, in getELFSection()