Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCContext.h314 struct XCOFFSectionKey { struct
326 XCOFFSectionKey(StringRef SectionName, in XCOFFSectionKey() argument
330 XCOFFSectionKey(StringRef SectionName, in XCOFFSectionKey() argument
335 bool operator<(const XCOFFSectionKey &Other) const {
351 std::map<XCOFFSectionKey, MCSectionXCOFF *> XCOFFUniquingMap;
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCContext.cpp744 XCOFFSectionKey(Section.str(), CsectProp.MappingClass)) != 0; in hasXCOFFSection()
758 ? XCOFFSectionKey(Section.str(), DwarfSectionSubtypeFlags.value()) in getXCOFFSection()
759 : XCOFFSectionKey(Section.str(), CsectProp->MappingClass), in getXCOFFSection()