Searched refs:ELFSectionKey (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 190 struct ELFSectionKey { struct 195 ELFSectionKey(StringRef SectionName, StringRef GroupName, in ELFSectionKey() argument 200 bool operator<(const ELFSectionKey &Other) const { 251 std::map<ELFSectionKey, MCSectionELF *> ELFUniquingMap;
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCContext.cpp | 308 ELFSectionKey{Section->getSectionName(), GroupName, UniqueID}); in renameELFSection() 310 ELFSectionKey{Name, GroupName, UniqueID}, in renameELFSection() 395 std::make_pair(ELFSectionKey{Section.str(), Group, UniqueID}, nullptr)); in getELFSection()
|