Lines Matching refs:MCSymbolELF
240 static_assert(std::is_trivially_destructible<MCSymbolELF>(), in createSymbolImpl()
253 return new (Name, *this) MCSymbolELF(Name, IsTemporary); in createSymbolImpl()
474 const MCSymbolELF *Group, in createELFSectionImpl()
476 const MCSymbolELF *LinkedToSym) { in createELFSectionImpl()
477 MCSymbolELF *R; in createELFSectionImpl()
485 R = cast<MCSymbolELF>(Sym); in createELFSectionImpl()
488 R = new (&*NameIter, *this) MCSymbolELF(&*NameIter, /*isTemporary*/ false); in createELFSectionImpl()
509 const MCSymbolELF *Group, in createELFRelSection()
518 true, true, cast<MCSymbolELF>(RelInfoSection->getBeginSymbol())); in createELFRelSection()
533 const MCSymbolELF *LinkedToSym) { in getELFSection()
534 MCSymbolELF *GroupSym = nullptr; in getELFSection()
536 GroupSym = cast<MCSymbolELF>(getOrCreateSymbol(Group)); in getELFSection()
544 const MCSymbolELF *GroupSym, in getELFSection()
546 const MCSymbolELF *LinkedToSym) { in getELFSection()
581 MCSectionELF *MCContext::createELFGroupSection(const MCSymbolELF *Group, in createELFGroupSection()