Lines Matching refs:NewSection
218 Expected<SectionBase *> NewSection = AddSection(S); in replaceDebugSections() local
219 if (!NewSection) in replaceDebugSections()
220 return NewSection.takeError(); in replaceDebugSections()
222 FromTo[S] = *NewSection; in replaceDebugSections()
585 handleUserSection(const NewSectionInfo &NewSection, in handleUserSection() argument
588 NewSection.SectionData->getBufferStart()), in handleUserSection()
589 NewSection.SectionData->getBufferSize()); in handleUserSection()
590 return F(NewSection.SectionName, Data); in handleUserSection()
647 OwnedDataSection &NewSection = in handleArgs() local
650 NewSection.Type = SHT_NOTE; in handleArgs()
657 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs() local
661 if (Error E = handleUserSection(NewSection, UpdateSection)) in handleArgs()