Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp565 MCSymbolELF *GroupSym = nullptr; in getELFSection() local
567 GroupSym = cast<MCSymbolELF>(getOrCreateSymbol(Group)); in getELFSection()
569 return getELFSection(Section, Type, Flags, EntrySize, GroupSym, IsComdat, in getELFSection()
575 const MCSymbolELF *GroupSym, in getELFSection() argument
579 if (GroupSym) in getELFSection()
580 Group = GroupSym->getName(); in getELFSection()
590 if (GroupSym || LinkedToSym || UniqueID != MCSection::NonUniqueID) { in getELFSection()
595 if (GroupSym) in getELFSection()
596 Buffer.append(GroupSym->getName()); in getELFSection()
620 createELFSectionImpl(CachedName, Type, Flags, EntrySize, GroupSym, in getELFSection()
[all …]