Searched refs:SetSectionAlignment (Results 1 – 3 of 3) sorted by relevance
653 if (!Config.SetSectionAlignment.empty()) { in handleArgs()655 auto I = Config.SetSectionAlignment.find(Sec.Name); in handleArgs()656 if (I != Config.SetSectionAlignment.end()) in handleArgs()
238 StringMap<uint64_t> SetSectionAlignment; member
576 !Common.SectionsToRename.empty() || !Common.SetSectionAlignment.empty() || in getCOFFConfig()598 !Common.SetSectionAlignment.empty() || !Common.SetSectionFlags.empty() || in getMachOConfig()621 !Common.SectionsToRename.empty() || !Common.SetSectionAlignment.empty() || in getWasmConfig()836 Config.SetSectionAlignment[NameAndAlign->first] = NameAndAlign->second; in parseObjcopyOptions()