Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/ObjCopy/
HDConfigManager.cpp29 Common.PadTo != 0 || Common.ChangeSectionLMAValAll != 0) in getCOFFConfig()
51 Common.PadTo != 0 || Common.ChangeSectionLMAValAll != 0) in getMachOConfig()
71 Common.PadTo != 0 || Common.ChangeSectionLMAValAll != 0) in getWasmConfig()
100 Common.ChangeSectionLMAValAll != 0) { in getXCOFFConfig()
/freebsd-head/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
HDELFObjcopy.cpp721 if (Config.ChangeSectionLMAValAll != 0) { in handleArgs()
724 if (Config.ChangeSectionLMAValAll > 0 && in handleArgs()
726 Config.ChangeSectionLMAValAll) { in handleArgs()
731 Twine::utohexstr(Config.ChangeSectionLMAValAll) + in handleArgs()
733 } else if (Config.ChangeSectionLMAValAll < 0 && in handleArgs()
735 Config.ChangeSectionLMAValAll) { in handleArgs()
740 Twine::utohexstr(std::abs(Config.ChangeSectionLMAValAll)) + in handleArgs()
743 Seg.PAddr += Config.ChangeSectionLMAValAll; in handleArgs()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/ObjCopy/
HDCommonConfig.h249 int64_t ChangeSectionLMAValAll = 0; member
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-objcopy/
HDObjcopyOptions.cpp874 Config.ChangeSectionLMAValAll = *LMAValue; in parseObjcopyOptions()