Lines Matching refs:MCSectionELF
301 void MCContext::renameELFSection(MCSectionELF *Section, StringRef Name) { in renameELFSection()
314 const_cast<MCSectionELF *>(Section)->setSectionName(CachedName); in renameELFSection()
317 MCSectionELF *MCContext::createELFSectionImpl(StringRef Section, unsigned Type, in createELFSectionImpl()
341 auto *Ret = new (ELFAllocator.Allocate()) MCSectionELF( in createELFSectionImpl()
352 MCSectionELF *MCContext::createELFRelSection(const Twine &Name, unsigned Type, in createELFRelSection()
355 const MCSectionELF *RelInfoSection) { in createELFRelSection()
366 MCSectionELF *MCContext::getELFNamedSection(const Twine &Prefix, in getELFNamedSection()
373 MCSectionELF *MCContext::getELFSection(const Twine &Section, unsigned Type, in getELFSection()
385 MCSectionELF *MCContext::getELFSection(const Twine &Section, unsigned Type, in getELFSection()
410 MCSectionELF *Result = createELFSectionImpl( in getELFSection()
416 MCSectionELF *MCContext::createELFGroupSection(const MCSymbolELF *Group) { in createELFGroupSection()