Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCContext.h190 struct ELFSectionKey { struct
195 ELFSectionKey(StringRef SectionName, StringRef GroupName, in ELFSectionKey() argument
200 bool operator<(const ELFSectionKey &Other) const {
251 std::map<ELFSectionKey, MCSectionELF *> ELFUniquingMap;
/freebsd-12.1/contrib/llvm/lib/MC/
H A 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()