Home
last modified time | relevance | path

Searched refs:ELFSectionKey (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/MC/
DMCContext.h182 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/
DMCContext.h190 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/
DMCContext.cpp303 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/
DMCContext.cpp308 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()