Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCContext.h251 struct ELFSectionKey { struct
257 ELFSectionKey(StringRef SectionName, StringRef GroupName, in ELFSectionKey() function
262 bool operator<(const ELFSectionKey &Other) const {
346 std::map<ELFSectionKey, MCSectionELF *> ELFUniquingMap;
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp547 ELFSectionKey{Section.str(), Group, in getELFSection()