Searched refs:LMAValue (Results 1 – 1 of 1) sorted by relevance
622 auto LMAValue = getAsInteger<int64_t>(StringValue); in parseChangeSectionLMA() local623 if (!LMAValue) in parseChangeSectionLMA()624 return createStringError(LMAValue.getError(), in parseChangeSectionLMA()628 return *LMAValue; in parseChangeSectionLMA()969 Expected<int64_t> LMAValue = in parseObjcopyOptions() local971 if (!LMAValue) in parseObjcopyOptions()972 return LMAValue.takeError(); in parseObjcopyOptions()973 Config.ChangeSectionLMAValAll = *LMAValue; in parseObjcopyOptions()