Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h290 struct XCOFFSectionKey { struct
302 XCOFFSectionKey(StringRef SectionName, in XCOFFSectionKey() argument
307 XCOFFSectionKey(StringRef SectionName, in XCOFFSectionKey() function
312 bool operator<(const XCOFFSectionKey &Other) const {
327 std::map<XCOFFSectionKey, MCSectionXCOFF *> XCOFFUniquingMap;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp731 ? XCOFFSectionKey(Section.str(), DwarfSectionSubtypeFlags.getValue()) in getXCOFFSection()
732 : XCOFFSectionKey(Section.str(), CsectProp->MappingClass), in getXCOFFSection()