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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h256 struct XCOFFSectionKey { struct in class:llvm::MCContext
260 XCOFFSectionKey(StringRef SectionName, function in struct:llvm::MCContext::XCOFFSectionKey
264 bool operator<(const XCOFFSectionKey &Other) const {
274 std::map<XCOFFSectionKey, MCSectionXCOFF *> XCOFFUniquingMap;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp547 std::make_pair(XCOFFSectionKey{Section.str(), SMC}, nullptr));

Completed in 114 milliseconds