Searched refs:ELFSectionKey (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 229 struct ELFSectionKey { struct 235 ELFSectionKey(StringRef SectionName, StringRef GroupName, in ELFSectionKey() function 240 bool operator<(const ELFSectionKey &Other) const { 326 std::map<ELFSectionKey, MCSectionELF *> ELFUniquingMap;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCContext.cpp | 459 ELFSectionKey{Section->getName(), GroupName, "", UniqueID}); in renameELFSection() 462 ELFSectionKey{Name, GroupName, "", UniqueID}, Section)) in renameELFSection() 550 ELFSectionKey{Section.str(), Group, in getELFSection()
|