Searched refs:NewSectionInfo (Results 1 – 7 of 7) sorted by relevance
185 struct NewSectionInfo { struct186 NewSectionInfo() = default;187 NewSectionInfo(StringRef Name, std::unique_ptr<MemoryBuffer> &&Buffer) in NewSectionInfo() argument219 SmallVector<NewSectionInfo, 0> AddSection;221 SmallVector<NewSectionInfo, 0> UpdateSection;
311 static Error addSection(const NewSectionInfo &NewSection, Object &Obj) { in addSection() 365 static Error updateSection(const NewSectionInfo &NewSection, Object &O) { in updateSection() 428 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs() 435 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs()
263 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs() 278 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs()
124 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs()
618 handleUserSection(const NewSectionInfo &NewSection, in handleUserSection()757 for (const NewSectionInfo &AddedSection : Config.AddSection) { in handleArgs()772 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs()
178 Config.Common.AddSection.emplace_back(objcopy::NewSectionInfo( in setConfigToAddNewDebugSections()
534 SmallVector<NewSectionInfo, 0> &NewSections) { in loadNewSectionData() argument