Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h313 struct XCOFFSectionKey { struct
325 XCOFFSectionKey(StringRef SectionName, in XCOFFSectionKey() argument
329 XCOFFSectionKey(StringRef SectionName, in XCOFFSectionKey() argument
334 bool operator<(const XCOFFSectionKey &Other) const {
350 std::map<XCOFFSectionKey, MCSectionXCOFF *> XCOFFUniquingMap;
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp776 XCOFFSectionKey(Section.str(), CsectProp.MappingClass)) != 0; in hasXCOFFSection()
789 IsDwarfSec ? XCOFFSectionKey(Section.str(), *DwarfSectionSubtypeFlags) in getXCOFFSection()
790 : XCOFFSectionKey(Section.str(), CsectProp->MappingClass), in getXCOFFSection()