Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCContext.h189 struct COFFSectionKey { struct
193 COFFSectionKey(StringRef SectionName, StringRef GroupName, in COFFSectionKey() argument
197 bool operator<(const COFFSectionKey &Other) const {
208 std::map<COFFSectionKey, MCSectionCOFF *> COFFUniquingMap;
/external/llvm/lib/MC/
DMCContext.cpp394 COFFSectionKey T{Section, COMDATSymName, Selection}; in getCOFFSection()
420 COFFSectionKey T{Section, "", 0}; in getCOFFSection()