Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCContext.h212 int SelectionKey; member
216 int SelectionKey, unsigned UniqueID) in COFFSectionKey()
218 SelectionKey(SelectionKey), UniqueID(UniqueID) {} in COFFSectionKey()
225 if (SelectionKey != Other.SelectionKey)
226 return SelectionKey < Other.SelectionKey;