Home
last modified time | relevance | path

Searched refs:LMAValue (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp622 auto LMAValue = getAsInteger<int64_t>(StringValue); in parseChangeSectionLMA() local
623 if (!LMAValue) in parseChangeSectionLMA()
624 return createStringError(LMAValue.getError(), in parseChangeSectionLMA()
628 return *LMAValue; in parseChangeSectionLMA()
969 Expected<int64_t> LMAValue = in parseObjcopyOptions() local
971 if (!LMAValue) in parseObjcopyOptions()
972 return LMAValue.takeError(); in parseObjcopyOptions()
973 Config.ChangeSectionLMAValAll = *LMAValue; in parseObjcopyOptions()