Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCContext.h273 struct COFFSectionKey { struct
279 COFFSectionKey(StringRef SectionName, StringRef GroupName, int SelectionKey, in COFFSectionKey() argument
284 bool operator<(const COFFSectionKey &Other) const {
347 std::map<COFFSectionKey, MCSectionCOFF *> COFFUniquingMap;
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp674 COFFSectionKey T{Section, COMDATSymName, Selection, UniqueID}; in getCOFFSection()