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.h284 struct XCOFFSectionKey { struct
296 XCOFFSectionKey(StringRef SectionName, in XCOFFSectionKey() argument
300 XCOFFSectionKey(StringRef SectionName, in XCOFFSectionKey() function
305 bool operator<(const XCOFFSectionKey &Other) const {
321 std::map<XCOFFSectionKey, MCSectionXCOFF *> XCOFFUniquingMap;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp889 XCOFFSectionKey(Section.str(), CsectProp.MappingClass)) != 0; in hasXCOFFSection()
901 IsDwarfSec ? XCOFFSectionKey(Section.str(), *DwarfSectionSubtypeFlags) in getXCOFFSection()
902 : XCOFFSectionKey(Section.str(), CsectProp->MappingClass), in getXCOFFSection()