Searched defs:NewSection (Results 1 – 7 of 7) sorted by relevance
300 static Error addSection(const NewSectionInfo &NewSection, Object &Obj) { in addSection()354 static Error updateSection(const NewSectionInfo &NewSection, Object &O) { in updateSection()417 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs() local424 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs() local
22 Section NewSection, std::unique_ptr<MemoryBuffer> &&Content) { in addSectionWithOwnedContents()
124 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs() local
233 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs() local248 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs() local
217 Expected<SectionBase *> NewSection = AddSection(S); in replaceDebugSections() local584 handleUserSection(const NewSectionInfo &NewSection, in handleUserSection()646 OwnedDataSection &NewSection = in handleArgs() local656 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs() local
427 MCSectionSubPair NewSection = I->first; in popSection() local
1332 void transferBlock(Block &B, Section &NewSection) { in transferBlock()