Searched refs:SetSectionAlignment (Results 1 – 4 of 4) sorted by relevance
23 !Common.SetSectionAlignment.empty() || !Common.SetSectionType.empty() || in getCOFFConfig()43 !Common.SetSectionAlignment.empty() || !Common.SetSectionFlags.empty() || in getMachOConfig()68 !Common.SectionsToRename.empty() || !Common.SetSectionAlignment.empty() || in getWasmConfig()93 !Common.SectionsToRename.empty() || !Common.SetSectionAlignment.empty() || in getXCOFFConfig()
254 StringMap<uint64_t> SetSectionAlignment; member
817 if (!Config.SetSectionAlignment.empty()) { in handleArgs()819 auto I = Config.SetSectionAlignment.find(Sec.Name); in handleArgs()820 if (I != Config.SetSectionAlignment.end()) in handleArgs()
1016 Config.SetSectionAlignment[NameAndAlign->first] = NameAndAlign->second; in parseObjcopyOptions()