Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h254 int SelectionKey; member
257 COFFSectionKey(StringRef SectionName, StringRef GroupName, int SelectionKey, in COFFSectionKey()
260 SelectionKey(SelectionKey), UniqueID(UniqueID) {} in COFFSectionKey()
263 return std::tie(SectionName, GroupName, SelectionKey, UniqueID) <
264 std::tie(Other.SectionName, Other.GroupName, Other.SelectionKey,