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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h218 int SelectionKey; member in struct:llvm::MCContext::COFFSectionKey
222 int SelectionKey, unsigned UniqueID)
224 SelectionKey(SelectionKey), UniqueID(UniqueID) {}
231 if (SelectionKey != Other.SelectionKey)
232 return SelectionKey < Other.SelectionKey;
221 COFFSectionKey(StringRef SectionName, StringRef GroupName, int SelectionKey, unsigned UniqueID) argument

Completed in 104 milliseconds