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()
44 !Common.SetSectionAlignment.empty() || !Common.SetSectionFlags.empty() || in getMachOConfig()69 !Common.SetSectionFlags.empty() || !Common.SetSectionType.empty() || in getWasmConfig()93 !Common.SetSectionFlags.empty() || !Common.SetSectionType.empty() || in getXCOFFConfig()
241 StringMap<SectionFlagsUpdate> SetSectionFlags; member
795 if (!Config.SetSectionFlags.empty() || !Config.SetSectionType.empty()) { in handleArgs()797 const auto Iter = Config.SetSectionFlags.find(Sec.Name); in handleArgs()798 if (Iter != Config.SetSectionFlags.end()) { in handleArgs()
915 if (!Config.SetSectionFlags.try_emplace(SFU->Name, *SFU).second) in parseObjcopyOptions()939 if (Config.SetSectionFlags.count(SR.NewName)) in parseObjcopyOptions()