Home
last modified time | relevance | path

Searched refs:SelectionKey (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCContext.h277 int SelectionKey; member
280 COFFSectionKey(StringRef SectionName, StringRef GroupName, int SelectionKey, in COFFSectionKey()
283 SelectionKey(SelectionKey), UniqueID(UniqueID) {} in COFFSectionKey()
290 if (SelectionKey != Other.SelectionKey)
291 return SelectionKey < Other.SelectionKey;