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