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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h196 struct ELFSectionKey { struct in class:llvm::MCContext
201 ELFSectionKey(StringRef SectionName, StringRef GroupName, function in struct:llvm::MCContext::ELFSectionKey
206 bool operator<(const ELFSectionKey &Other) const {
271 std::map<ELFSectionKey, MCSectionELF *> ELFUniquingMap;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp321 ELFSectionKey{Section->getSectionName(), GroupName, UniqueID});
323 ELFSectionKey{Name, GroupName, UniqueID},
408 std::make_pair(ELFSectionKey{Section.str(), Group, UniqueID}, nullptr));

Completed in 109 milliseconds