Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h253 int SelectionKey; member
256 COFFSectionKey(StringRef SectionName, StringRef GroupName, int SelectionKey, in COFFSectionKey()
259 SelectionKey(SelectionKey), UniqueID(UniqueID) {} in COFFSectionKey()
266 if (SelectionKey != Other.SelectionKey)
267 return SelectionKey < Other.SelectionKey;