Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCContext.h252 struct ELFSectionKey { struct
258 ELFSectionKey(StringRef SectionName, StringRef GroupName, in ELFSectionKey() argument
263 bool operator<(const ELFSectionKey &Other) const {
347 std::map<ELFSectionKey, MCSectionELF *> ELFUniquingMap;
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCContext.cpp553 ELFSectionKey{Section.str(), Group, in getELFSection()