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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCopyConfig.h196 StringMap<uint64_t> SetSectionAlignment; member in struct:llvm::objcopy::CopyConfig
H A DCopyConfig.cpp591 Config.SetSectionAlignment[NameAndAlign->first] = NameAndAlign->second;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp169 !Config.SetSectionAlignment.empty() || !Config.SetSectionFlags.empty() ||
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DCOFFObjcopy.cpp208 !Config.SetSectionAlignment.empty() || !Config.SetSectionFlags.empty() ||
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp679 if (!Config.SetSectionAlignment.empty()) {
681 auto I = Config.SetSectionAlignment.find(Sec.Name);
682 if (I != Config.SetSectionAlignment.end())

Completed in 193 milliseconds