Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/MC/
HDMCContext.cpp334 MCSymbolELF *GroupSym = nullptr; in getELFSection() local
336 GroupSym = cast<MCSymbolELF>(getOrCreateSymbol(Group)); in getELFSection()
338 return getELFSection(Section, Type, Flags, EntrySize, GroupSym, UniqueID, in getELFSection()
344 const MCSymbolELF *GroupSym, in getELFSection() argument
349 if (GroupSym) in getELFSection()
350 Group = GroupSym->getName(); in getELFSection()
372 GroupSym, UniqueID, Begin, Associated); in getELFSection()