Searched refs:SetSectionFlags (Results 1 – 5 of 5) sorted by relevance
263 if (!Config.SetSectionFlags.empty()) in handleArgs()265 const auto It = Config.SetSectionFlags.find(Sec.Name); in handleArgs()266 if (It != Config.SetSectionFlags.end()) in handleArgs()273 const auto It = Config.SetSectionFlags.find(NewSection.SectionName); in handleArgs()274 if (It != Config.SetSectionFlags.end()) in handleArgs()
43 !Common.SetSectionAlignment.empty() || !Common.SetSectionFlags.empty() || in getMachOConfig()69 !Common.SetSectionFlags.empty() || !Common.SetSectionType.empty() || in getWasmConfig()94 !Common.SetSectionFlags.empty() || !Common.SetSectionType.empty() || in getXCOFFConfig()
255 StringMap<SectionFlagsUpdate> SetSectionFlags; member
952 if (!Config.SetSectionFlags.empty() || !Config.SetSectionType.empty()) { in handleArgs()954 const auto Iter = Config.SetSectionFlags.find(Sec.Name); in handleArgs()955 if (Iter != Config.SetSectionFlags.end()) { in handleArgs()
1023 if (!Config.SetSectionFlags.try_emplace(SFU->Name, *SFU).second) in parseObjcopyOptions()1047 if (Config.SetSectionFlags.count(SR.NewName)) in parseObjcopyOptions()