Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h290 struct XCOFFSectionKey { struct
302 XCOFFSectionKey(StringRef SectionName, in XCOFFSectionKey() argument
306 XCOFFSectionKey(StringRef SectionName, in XCOFFSectionKey() argument
311 bool operator<(const XCOFFSectionKey &Other) const {
327 std::map<XCOFFSectionKey, MCSectionXCOFF *> XCOFFUniquingMap;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp797 XCOFFSectionKey(Section.str(), CsectProp.MappingClass)) != 0; in hasXCOFFSection()
809 IsDwarfSec ? XCOFFSectionKey(Section.str(), *DwarfSectionSubtypeFlags) in getXCOFFSection()
810 : XCOFFSectionKey(Section.str(), CsectProp->MappingClass), in getXCOFFSection()