Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCContext.h172 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/
DMCContext.cpp306 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()