Searched refs:NewSectionInfo (Results 1 – 7 of 7) sorted by relevance
198 struct NewSectionInfo { struct199 NewSectionInfo() = default;200 NewSectionInfo(StringRef Name, std::unique_ptr<MemoryBuffer> &&Buffer) in NewSectionInfo() function232 SmallVector<NewSectionInfo, 0> AddSection;234 SmallVector<NewSectionInfo, 0> UpdateSection;
330 static Error addSection(const NewSectionInfo &NewSection, Object &Obj) { in addSection()402 static Error updateSection(const NewSectionInfo &NewSection, Object &O) { in updateSection()466 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs()473 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs()
271 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs()286 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs()
125 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs()
721 handleUserSection(const NewSectionInfo &NewSection, in handleUserSection()915 for (const NewSectionInfo &AddedSection : Config.AddSection) { in handleArgs()930 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs()
180 Config.Common.AddSection.emplace_back(objcopy::NewSectionInfo( in setConfigToAddNewDebugSections()
578 SmallVector<NewSectionInfo, 0> &NewSections) { in loadNewSectionData() argument