Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h292 struct XCOFFSectionKey { struct
304 XCOFFSectionKey(StringRef SectionName, in XCOFFSectionKey() argument
309 XCOFFSectionKey(StringRef SectionName, in XCOFFSectionKey() argument
314 bool operator<(const XCOFFSectionKey &Other) const {
330 std::map<XCOFFSectionKey, MCSectionXCOFF *> XCOFFUniquingMap;
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp746 ? XCOFFSectionKey(Section.str(), DwarfSectionSubtypeFlags.getValue()) in getXCOFFSection()
747 : XCOFFSectionKey(Section.str(), CsectProp->MappingClass), in getXCOFFSection()