Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h229 struct ELFSectionKey { struct
235 ELFSectionKey(StringRef SectionName, StringRef GroupName, in ELFSectionKey() function
240 bool operator<(const ELFSectionKey &Other) const {
326 std::map<ELFSectionKey, MCSectionELF *> ELFUniquingMap;
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp459 ELFSectionKey{Section->getName(), GroupName, "", UniqueID}); in renameELFSection()
462 ELFSectionKey{Name, GroupName, "", UniqueID}, Section)) in renameELFSection()
550 ELFSectionKey{Section.str(), Group, in getELFSection()