Searched refs:SetSectionFlags (Results 1 – 5 of 5) sorted by relevance
255 if (!Config.SetSectionFlags.empty()) in handleArgs()257 const auto It = Config.SetSectionFlags.find(Sec.Name); in handleArgs()258 if (It != Config.SetSectionFlags.end()) in handleArgs()265 const auto It = Config.SetSectionFlags.find(NewSection.SectionName); in handleArgs()266 if (It != Config.SetSectionFlags.end()) in handleArgs()
41 !Common.SetSectionAlignment.empty() || !Common.SetSectionFlags.empty() || in getMachOConfig()64 !Common.SetSectionFlags.empty() || !Common.SetSectionType.empty() || in getWasmConfig()87 !Common.SetSectionFlags.empty() || !Common.SetSectionType.empty() || in getXCOFFConfig()
246 StringMap<SectionFlagsUpdate> SetSectionFlags; member
695 if (!Config.SetSectionFlags.empty() || !Config.SetSectionType.empty()) { in handleArgs()697 const auto Iter = Config.SetSectionFlags.find(Sec.Name); in handleArgs()698 if (Iter != Config.SetSectionFlags.end()) { in handleArgs()
809 if (!Config.SetSectionFlags.try_emplace(SFU->Name, *SFU).second) in parseObjcopyOptions()833 if (Config.SetSectionFlags.count(SR.NewName)) in parseObjcopyOptions()