Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCContext.h274 struct COFFSectionKey { struct
280 COFFSectionKey(StringRef SectionName, StringRef GroupName, int SelectionKey, in COFFSectionKey() argument
285 bool operator<(const COFFSectionKey &Other) const {
348 std::map<COFFSectionKey, MCSectionCOFF *> COFFUniquingMap;
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCContext.cpp648 COFFSectionKey T{Section, COMDATSymName, Selection, UniqueID}; in getCOFFSection()