Lines Matching refs:MCSymbolELF
260 static_assert(std::is_trivially_destructible<MCSymbolELF>(), in createSymbolImpl()
273 return new (Name, *this) MCSymbolELF(Name, IsTemporary); in createSymbolImpl()
524 const MCSymbolELF *Group, in createELFSectionImpl()
526 const MCSymbolELF *LinkedToSym) { in createELFSectionImpl()
527 auto *R = getOrCreateSectionSymbol<MCSymbolELF>(Section); in createELFSectionImpl()
541 unsigned EntrySize, const MCSymbolELF *Group, in createELFRelSection()
549 cast<MCSymbolELF>(RelInfoSection->getBeginSymbol())); in createELFRelSection()
564 const MCSymbolELF *LinkedToSym) { in getELFSection()
565 MCSymbolELF *GroupSym = nullptr; in getELFSection()
567 GroupSym = cast<MCSymbolELF>(getOrCreateSymbol(Group)); in getELFSection()
575 const MCSymbolELF *GroupSym, in getELFSection()
577 const MCSymbolELF *LinkedToSym) { in getELFSection()
630 MCSectionELF *MCContext::createELFGroupSection(const MCSymbolELF *Group, in createELFGroupSection()