Lines Matching refs:MCSectionELF
123 MCSymbolELF *MCContext::getOrCreateSectionSymbol(const MCSectionELF &Section) { in getOrCreateSectionSymbol()
299 void MCContext::renameELFSection(MCSectionELF *Section, StringRef Name) { in renameELFSection()
312 const_cast<MCSectionELF *>(Section)->setSectionName(CachedName); in renameELFSection()
315 MCSectionELF *MCContext::createELFRelSection(StringRef Name, unsigned Type, in createELFRelSection()
318 const MCSectionELF *Associated) { in createELFRelSection()
324 MCSectionELF(I->getKey(), Type, Flags, SectionKind::getReadOnly(), in createELFRelSection()
328 MCSectionELF *MCContext::getELFSection(StringRef Section, unsigned Type, in getELFSection()
340 MCSectionELF *MCContext::getELFSection(StringRef Section, unsigned Type, in getELFSection()
345 const MCSectionELF *Associated) { in getELFSection()
368 MCSectionELF *Result = new (ELFAllocator.Allocate()) in getELFSection()
369 MCSectionELF(CachedName, Type, Flags, Kind, EntrySize, GroupSym, UniqueID, in getELFSection()
375 MCSectionELF *MCContext::createELFGroupSection(const MCSymbolELF *Group) { in createELFGroupSection()
376 MCSectionELF *Result = new (ELFAllocator.Allocate()) in createELFGroupSection()
377 MCSectionELF(".group", ELF::SHT_GROUP, 0, SectionKind::getReadOnly(), 4, in createELFGroupSection()