Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
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;