Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp653 if (!Config.SetSectionAlignment.empty()) { in handleArgs()
655 auto I = Config.SetSectionAlignment.find(Sec.Name); in handleArgs()
656 if (I != Config.SetSectionAlignment.end()) in handleArgs()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCommonConfig.h238 StringMap<uint64_t> SetSectionAlignment; member
H A DConfigManager.cpp576 !Common.SectionsToRename.empty() || !Common.SetSectionAlignment.empty() || in getCOFFConfig()
598 !Common.SetSectionAlignment.empty() || !Common.SetSectionFlags.empty() || in getMachOConfig()
621 !Common.SectionsToRename.empty() || !Common.SetSectionAlignment.empty() || in getWasmConfig()
836 Config.SetSectionAlignment[NameAndAlign->first] = NameAndAlign->second; in parseObjcopyOptions()