Searched refs:SetSectionAlignment (Results 1 – 4 of 4) sorted by relevance
22 !Common.SetSectionAlignment.empty() || !Common.SetSectionType.empty() || in getCOFFConfig()41 !Common.SetSectionAlignment.empty() || !Common.SetSectionFlags.empty() || in getMachOConfig()63 !Common.SectionsToRename.empty() || !Common.SetSectionAlignment.empty() || in getWasmConfig()86 !Common.SectionsToRename.empty() || !Common.SetSectionAlignment.empty() || in getXCOFFConfig()
245 StringMap<uint64_t> SetSectionAlignment; member
648 if (!Config.SetSectionAlignment.empty()) { in handleArgs()650 auto I = Config.SetSectionAlignment.find(Sec.Name); in handleArgs()651 if (I != Config.SetSectionAlignment.end()) in handleArgs()
802 Config.SetSectionAlignment[NameAndAlign->first] = NameAndAlign->second; in parseObjcopyOptions()