Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h227 struct ELFSectionKey { struct
233 ELFSectionKey(StringRef SectionName, StringRef GroupName, in ELFSectionKey() function
238 bool operator<(const ELFSectionKey &Other) const {
324 std::map<ELFSectionKey, MCSectionELF *> ELFUniquingMap;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp453 ELFSectionKey{Section->getName(), GroupName, "", UniqueID}); in renameELFSection()
456 ELFSectionKey{Name, GroupName, "", UniqueID}, Section)) in renameELFSection()
544 ELFSectionKey{Section.str(), Group, in getELFSection()