Lines Matching refs:NewSection
234 Expected<SectionBase *> NewSection = AddSection(S); in replaceDebugSections() local
235 if (!NewSection) in replaceDebugSections()
236 return NewSection.takeError(); in replaceDebugSections()
238 FromTo[S] = *NewSection; in replaceDebugSections()
601 handleUserSection(const NewSectionInfo &NewSection, in handleUserSection() argument
604 NewSection.SectionData->getBufferStart()), in handleUserSection()
605 NewSection.SectionData->getBufferSize()); in handleUserSection()
606 return F(NewSection.SectionName, Data); in handleUserSection()
663 OwnedDataSection &NewSection = in handleArgs() local
666 NewSection.Type = SHT_NOTE; in handleArgs()
673 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs() local
677 if (Error E = handleUserSection(NewSection, UpdateSection)) in handleArgs()