Searched refs:ELFSectionKey (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCContext.h | 227 struct ELFSectionKey { struct 233 ELFSectionKey(StringRef SectionName, StringRef GroupName, in ELFSectionKey() function 238 bool operator<(const ELFSectionKey &Other) const { 324 std::map<ELFSectionKey, MCSectionELF *> ELFUniquingMap;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCContext.cpp | 453 ELFSectionKey{Section->getName(), GroupName, "", UniqueID}); in renameELFSection() 456 ELFSectionKey{Name, GroupName, "", UniqueID}, Section)) in renameELFSection() 544 ELFSectionKey{Section.str(), Group, in getELFSection()
|