Searched refs:ELFSectionKey (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/MC/ |
D | MCContext.h | 172 struct ELFSectionKey { struct 176 ELFSectionKey(StringRef SectionName, StringRef GroupName, in ELFSectionKey() argument 180 bool operator<(const ELFSectionKey &Other) const { 207 std::map<ELFSectionKey, MCSectionELF *> ELFUniquingMap;
|
/external/llvm/lib/MC/ |
D | MCContext.cpp | 306 ELFSectionKey{Section->getSectionName(), GroupName, UniqueID}); in renameELFSection() 308 ELFSectionKey{Name, GroupName, UniqueID}, in renameELFSection() 351 std::make_pair(ELFSectionKey{Section, Group, UniqueID}, nullptr)); in getELFSection()
|