Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h254 int SelectionKey; member
258 int SelectionKey, unsigned UniqueID) in COFFSectionKey()
260 SelectionKey(SelectionKey), UniqueID(UniqueID) {} in COFFSectionKey()
267 if (SelectionKey != Other.SelectionKey)
268 return SelectionKey < Other.SelectionKey;