Searched refs:AddSection (Results 1 – 7 of 7) sorted by relevance
58 for (StringRef Flag : Config.AddSection) { in handleArgs()
209 function_ref<Expected<SectionBase *>(const SectionBase *)> AddSection) { in replaceDebugSections() argument221 Expected<SectionBase *> NewSection = AddSection(S); in replaceDebugSections()612 for (const auto &Flag : Config.AddSection) { in handleArgs()
166 std::vector<StringRef> AddSection; member
895 Config.AddSection.push_back(ArgValue); in parseObjcopyOptions()
232 for (const auto &Flag : Config.AddSection) { in handleArgs()
358 for (const auto &Flag : Config.AddSection) { in handleArgs()
1758 auto AddSection = [&](const ELFYAML::SectionHeader &Hdr) { in buildSectionHeaderReorderMap() local1767 AddSection(Hdr); in buildSectionHeaderReorderMap()1771 AddSection(Hdr); in buildSectionHeaderReorderMap()