Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objcopy/wasm/
DWasmObjcopy.cpp86 !Config.SectionsToRename.empty() || !Config.SetSectionAlignment.empty() || in handleArgs()
/external/llvm-project/llvm/tools/llvm-objcopy/
DCopyConfig.h205 StringMap<uint64_t> SetSectionAlignment; member
DCopyConfig.cpp655 Config.SetSectionAlignment[NameAndAlign->first] = NameAndAlign->second; in parseObjcopyOptions()
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DELFObjcopy.cpp714 if (!Config.SetSectionAlignment.empty()) { in handleArgs()
716 auto I = Config.SetSectionAlignment.find(Sec.Name); in handleArgs()
717 if (I != Config.SetSectionAlignment.end()) in handleArgs()
/external/llvm-project/llvm/tools/llvm-objcopy/COFF/
DCOFFObjcopy.cpp260 !Config.SetSectionAlignment.empty() || Config.ExtractDWO || in handleArgs()
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOObjcopy.cpp339 !Config.SetSectionAlignment.empty() || !Config.SetSectionFlags.empty() || in handleArgs()