Lines Matching refs:MCSymbolELF
175 static_assert(std::is_trivially_destructible<MCSymbolELF>(), in createSymbolImpl()
188 return new (Name, *this) MCSymbolELF(Name, IsTemporary); in createSymbolImpl()
414 const MCSymbolELF *Group, in createELFSectionImpl()
416 const MCSymbolELF *LinkedToSym) { in createELFSectionImpl()
417 MCSymbolELF *R; in createELFSectionImpl()
425 R = cast<MCSymbolELF>(Sym); in createELFSectionImpl()
428 R = new (&*NameIter, *this) MCSymbolELF(&*NameIter, /*isTemporary*/ false); in createELFSectionImpl()
448 const MCSymbolELF *Group, in createELFRelSection()
457 true, cast<MCSymbolELF>(RelInfoSection->getBeginSymbol())); in createELFRelSection()
470 const MCSymbolELF *LinkedToSym) { in getELFSection()
471 MCSymbolELF *GroupSym = nullptr; in getELFSection()
473 GroupSym = cast<MCSymbolELF>(getOrCreateSymbol(Group)); in getELFSection()
481 const MCSymbolELF *GroupSym, in getELFSection()
483 const MCSymbolELF *LinkedToSym) { in getELFSection()
518 MCSectionELF *MCContext::createELFGroupSection(const MCSymbolELF *Group) { in createELFGroupSection()