Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCContext.h313 struct XCOFFSectionKey { struct
325 XCOFFSectionKey(StringRef SectionName, in XCOFFSectionKey() function
329 XCOFFSectionKey(StringRef SectionName, in XCOFFSectionKey() argument
334 bool operator<(const XCOFFSectionKey &Other) const {
350 std::map<XCOFFSectionKey, MCSectionXCOFF *> XCOFFUniquingMap;
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp770 XCOFFSectionKey(Section.str(), CsectProp.MappingClass)) != 0; in hasXCOFFSection()
783 IsDwarfSec ? XCOFFSectionKey(Section.str(), *DwarfSectionSubtypeFlags) in getXCOFFSection()
784 : XCOFFSectionKey(Section.str(), CsectProp->MappingClass), in getXCOFFSection()