Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h252 int SelectionKey; member
256 int SelectionKey, unsigned UniqueID) in COFFSectionKey()
258 SelectionKey(SelectionKey), UniqueID(UniqueID) {} in COFFSectionKey()
265 if (SelectionKey != Other.SelectionKey)
266 return SelectionKey < Other.SelectionKey;