Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCContext.h182 struct ELFSectionKey { struct
186 ELFSectionKey(StringRef SectionName, StringRef GroupName, in ELFSectionKey() function
190 bool operator<(const ELFSectionKey &Other) const {
220 std::map<ELFSectionKey, MCSectionELF *> ELFUniquingMap;
/external/llvm-project/llvm/include/llvm/MC/
DMCContext.h205 struct ELFSectionKey { struct
211 ELFSectionKey(StringRef SectionName, StringRef GroupName, in ELFSectionKey() argument
216 bool operator<(const ELFSectionKey &Other) const {
283 std::map<ELFSectionKey, MCSectionELF *> ELFUniquingMap;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCContext.h196 struct ELFSectionKey { struct
201 ELFSectionKey(StringRef SectionName, StringRef GroupName, in ELFSectionKey() argument
206 bool operator<(const ELFSectionKey &Other) const {
271 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-10.0/llvm/lib/MC/
DMCContext.cpp321 ELFSectionKey{Section->getSectionName(), GroupName, UniqueID}); in renameELFSection()
323 ELFSectionKey{Name, GroupName, UniqueID}, in renameELFSection()
408 std::make_pair(ELFSectionKey{Section.str(), Group, UniqueID}, nullptr)); in getELFSection()
/external/llvm-project/llvm/lib/MC/
DMCContext.cpp402 ELFSectionKey{Section->getName(), GroupName, "", UniqueID}); in renameELFSection()
405 ELFSectionKey{Name, GroupName, "", UniqueID}, Section)) in renameELFSection()
490 ELFSectionKey{Section.str(), Group, in getELFSection()