Searched refs:GroupSym (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/MC/ |
D | MCContext.cpp | 297 MCSymbol *GroupSym = nullptr; in getELFSection() local 299 GroupSym = GetOrCreateSymbol(Group); in getELFSection() 301 return getELFSection(Section, Type, Flags, EntrySize, GroupSym, UniqueID, in getELFSection() 307 const MCSymbol *GroupSym, in getELFSection() argument 312 if (GroupSym) in getELFSection() 313 Group = GroupSym->getName(); in getELFSection() 335 GroupSym, UniqueID, Begin, Associated); in getELFSection()
|