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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h215 struct COFFSectionKey { struct in class:llvm::MCContext
221 COFFSectionKey(StringRef SectionName, StringRef GroupName, function in struct:llvm::MCContext::COFFSectionKey
226 bool operator<(const COFFSectionKey &Other) const {
272 std::map<COFFSectionKey, MCSectionCOFF *> COFFUniquingMap;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp449 COFFSectionKey T{Section, COMDATSymName, Selection, UniqueID};

Completed in 114 milliseconds