Searched refs:LMAValue (Results 1 – 1 of 1) sorted by relevance
578 auto LMAValue = getAsInteger<int64_t>(StringValue); in parseChangeSectionLMA() local579 if (!LMAValue) in parseChangeSectionLMA()580 return createStringError(LMAValue.getError(), in parseChangeSectionLMA()584 return *LMAValue; in parseChangeSectionLMA()870 Expected<int64_t> LMAValue = in parseObjcopyOptions() local872 if (!LMAValue) in parseObjcopyOptions()873 return LMAValue.takeError(); in parseObjcopyOptions()874 Config.ChangeSectionLMAValAll = *LMAValue; in parseObjcopyOptions()