Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h276 int SelectionKey; member
279 COFFSectionKey(StringRef SectionName, StringRef GroupName, int SelectionKey, in COFFSectionKey()
282 SelectionKey(SelectionKey), UniqueID(UniqueID) {} in COFFSectionKey()
289 if (SelectionKey != Other.SelectionKey)
290 return SelectionKey < Other.SelectionKey;