Searched refs:SetSectionAlignment (Results 1 – 4 of 4) sorted by relevance
22 !Common.SectionsToRename.empty() || !Common.SetSectionAlignment.empty() || in getCOFFConfig()40 !Common.SetSectionAlignment.empty() || !Common.SetSectionFlags.empty() || in getMachOConfig()61 !Common.SectionsToRename.empty() || !Common.SetSectionAlignment.empty() || in getWasmConfig()83 !Common.SectionsToRename.empty() || !Common.SetSectionAlignment.empty() || in getXCOFFConfig()
631 if (!Config.SetSectionAlignment.empty()) { in handleArgs()633 auto I = Config.SetSectionAlignment.find(Sec.Name); in handleArgs()634 if (I != Config.SetSectionAlignment.end()) in handleArgs()
242 StringMap<uint64_t> SetSectionAlignment; member
804 Config.SetSectionAlignment[NameAndAlign->first] = NameAndAlign->second; in parseObjcopyOptions()