Searched refs:ELFSectionKey (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/MC/ |
D | MCContext.h | 182 struct ELFSectionKey { struct 186 ELFSectionKey(StringRef SectionName, StringRef GroupName, in ELFSectionKey() argument 190 bool operator<(const ELFSectionKey &Other) const { 220 std::map<ELFSectionKey, MCSectionELF *> ELFUniquingMap;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCContext.h | 190 struct ELFSectionKey { struct 195 ELFSectionKey(StringRef SectionName, StringRef GroupName, in ELFSectionKey() function 200 bool operator<(const ELFSectionKey &Other) const { 251 std::map<ELFSectionKey, MCSectionELF *> ELFUniquingMap;
|
/external/llvm/lib/MC/ |
D | MCContext.cpp | 303 ELFSectionKey{Section->getSectionName(), GroupName, UniqueID}); in renameELFSection() 305 ELFSectionKey{Name, GroupName, UniqueID}, in renameELFSection() 356 std::make_pair(ELFSectionKey{Section.str(), Group, UniqueID}, nullptr)); in getELFSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
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()
|