Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCContext.h209 struct COFFSectionKey { struct
215 COFFSectionKey(StringRef SectionName, StringRef GroupName, in COFFSectionKey() argument
220 bool operator<(const COFFSectionKey &Other) const {
252 std::map<COFFSectionKey, MCSectionCOFF *> COFFUniquingMap;
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCContext.cpp436 COFFSectionKey T{Section, COMDATSymName, Selection, UniqueID}; in getCOFFSection()
463 COFFSectionKey T{Section, "", 0, GenericSectionID}; in getCOFFSection()