Searched refs:COFFSectionKey (Results 1 – 2 of 2) sorted by relevance
273 struct COFFSectionKey { struct279 COFFSectionKey(StringRef SectionName, StringRef GroupName, int SelectionKey, in COFFSectionKey() argument284 bool operator<(const COFFSectionKey &Other) const {347 std::map<COFFSectionKey, MCSectionCOFF *> COFFUniquingMap;
674 COFFSectionKey T{Section, COMDATSymName, Selection, UniqueID}; in getCOFFSection()