Searched refs:SetSectionFlags (Results 1 – 5 of 5) sorted by relevance
225 if (!Config.SetSectionFlags.empty()) in handleArgs()227 const auto It = Config.SetSectionFlags.find(Sec.Name); in handleArgs()228 if (It != Config.SetSectionFlags.end()) in handleArgs()235 const auto It = Config.SetSectionFlags.find(NewSection.SectionName); in handleArgs()236 if (It != Config.SetSectionFlags.end()) in handleArgs()
40 !Common.SetSectionAlignment.empty() || !Common.SetSectionFlags.empty() || in getMachOConfig()62 !Common.SetSectionFlags.empty() || !Common.SetSectionType.empty() || in getWasmConfig()84 !Common.SetSectionFlags.empty() || !Common.SetSectionType.empty() || in getXCOFFConfig()
678 if (!Config.SetSectionFlags.empty() || !Config.SetSectionType.empty()) { in handleArgs()680 const auto Iter = Config.SetSectionFlags.find(Sec.Name); in handleArgs()681 if (Iter != Config.SetSectionFlags.end()) { in handleArgs()
243 StringMap<SectionFlagsUpdate> SetSectionFlags; member
811 if (!Config.SetSectionFlags.try_emplace(SFU->Name, *SFU).second) in parseObjcopyOptions()835 if (Config.SetSectionFlags.count(SR.NewName)) in parseObjcopyOptions()