Searched refs:NewSection (Results 1 – 9 of 9) sorted by relevance
22 Section NewSection, std::unique_ptr<MemoryBuffer> &&Content) { in addSectionWithOwnedContents() argument23 Sections.push_back(NewSection); in addSectionWithOwnedContents()
35 void addSectionWithOwnedContents(Section NewSection,
334 Expected<SectionBase *> NewSection = AddSection(S); in replaceDebugSections() local335 if (!NewSection) in replaceDebugSections()336 return NewSection.takeError(); in replaceDebugSections()338 FromTo[S] = *NewSection; in replaceDebugSections()594 Expected<CompressedSection> NewSection = in replaceAndRemoveSections() local596 if (!NewSection) in replaceAndRemoveSections()597 return NewSection.takeError(); in replaceAndRemoveSections()599 return &Obj.addSection<CompressedSection>(std::move(*NewSection)); in replaceAndRemoveSections()739 OwnedDataSection &NewSection = in handleArgs() local742 NewSection.Type = SHT_NOTE; in handleArgs()
1734 Expected<CompressedSection> NewSection = in makeSection() local1736 if (!NewSection) in makeSection()1737 return NewSection.takeError(); in makeSection()1739 return Obj.addSection<CompressedSection>(std::move(*NewSection)); in makeSection()
335 MCSectionSubPair NewSection = I->first; in PopSection() local337 if (OldSection != NewSection) in PopSection()338 ChangeSection(NewSection.first, NewSection.second); in PopSection()
412 MCSectionSubPair NewSection = I->first; in PopSection() local414 if (NewSection.first && OldSection != NewSection) in PopSection()415 changeSection(NewSection.first, NewSection.second); in PopSection()
400 MCSectionSubPair NewSection = I->first; in PopSection() local402 if (OldSection != NewSection) in PopSection()403 ChangeSection(NewSection.first, NewSection.second); in PopSection()
342 auto_ptr<Section> NewSection( const string& sectionName, Parsed& result) in NewSection() function679 section = NewSection(sectionName, result); in ParseSingleDevice()
108 T *NewSection = in createSection() local111 return NewSection; in createSection()