Lines Matching refs:MCSectionELF
127 MCSymbolELF *MCContext::getOrCreateSectionSymbol(const MCSectionELF &Section) { in getOrCreateSectionSymbol()
296 void MCContext::renameELFSection(MCSectionELF *Section, StringRef Name) { in renameELFSection()
309 const_cast<MCSectionELF *>(Section)->setSectionName(CachedName); in renameELFSection()
312 MCSectionELF *MCContext::createELFRelSection(const Twine &Name, unsigned Type, in createELFRelSection()
315 const MCSectionELF *Associated) { in createELFRelSection()
322 MCSectionELF(I->getKey(), Type, Flags, SectionKind::getReadOnly(), in createELFRelSection()
326 MCSectionELF *MCContext::getELFNamedSection(const Twine &Prefix, in getELFNamedSection()
333 MCSectionELF *MCContext::getELFSection(const Twine &Section, unsigned Type, in getELFSection()
345 MCSectionELF *MCContext::getELFSection(const Twine &Section, unsigned Type, in getELFSection()
350 const MCSectionELF *Associated) { in getELFSection()
373 MCSectionELF *Result = new (ELFAllocator.Allocate()) in getELFSection()
374 MCSectionELF(CachedName, Type, Flags, Kind, EntrySize, GroupSym, UniqueID, in getELFSection()
380 MCSectionELF *MCContext::createELFGroupSection(const MCSymbolELF *Group) { in createELFGroupSection()
381 MCSectionELF *Result = new (ELFAllocator.Allocate()) in createELFGroupSection()
382 MCSectionELF(".group", ELF::SHT_GROUP, 0, SectionKind::getReadOnly(), 4, in createELFGroupSection()