Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h250 struct COFFSectionKey { struct
256 COFFSectionKey(StringRef SectionName, StringRef GroupName, int SelectionKey, in COFFSectionKey() argument
261 bool operator<(const COFFSectionKey &Other) const {
323 std::map<COFFSectionKey, MCSectionCOFF *> COFFUniquingMap;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp712 COFFSectionKey T{Section, COMDATSymName, Selection, UniqueID}; in getCOFFSection()