Searched refs:SetSectionAlignment (Results 1 – 3 of 3) sorted by relevance
599 if (!Config.SetSectionAlignment.empty()) { in handleArgs()601 auto I = Config.SetSectionAlignment.find(Sec.Name); in handleArgs()602 if (I != Config.SetSectionAlignment.end()) in handleArgs()
193 StringMap<uint64_t> SetSectionAlignment; member
597 !Common.SectionsToRename.empty() || !Common.SetSectionAlignment.empty() || in getCOFFConfig()619 !Common.SetSectionAlignment.empty() || !Common.SetSectionFlags.empty() || in getMachOConfig()643 !Common.SectionsToRename.empty() || !Common.SetSectionAlignment.empty() || in getWasmConfig()843 Config.SetSectionAlignment[NameAndAlign->first] = NameAndAlign->second; in parseObjcopyOptions()