Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
HDCopyConfig.h196 StringMap<uint64_t> SetSectionAlignment; member
HDCopyConfig.cpp591 Config.SetSectionAlignment[NameAndAlign->first] = NameAndAlign->second; in parseObjcopyOptions()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
HDELFObjcopy.cpp679 if (!Config.SetSectionAlignment.empty()) { in handleArgs()
681 auto I = Config.SetSectionAlignment.find(Sec.Name); in handleArgs()
682 if (I != Config.SetSectionAlignment.end()) in handleArgs()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
HDCOFFObjcopy.cpp208 !Config.SetSectionAlignment.empty() || !Config.SetSectionFlags.empty() || in handleArgs()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
HDMachOObjcopy.cpp169 !Config.SetSectionAlignment.empty() || !Config.SetSectionFlags.empty() || in handleArgs()