Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/ObjCopy/
H A DConfigManager.cpp22 !Common.SectionsToRename.empty() || !Common.SetSectionAlignment.empty() || in getCOFFConfig()
40 !Common.SetSectionAlignment.empty() || !Common.SetSectionFlags.empty() || in getMachOConfig()
61 !Common.SectionsToRename.empty() || !Common.SetSectionAlignment.empty() || in getWasmConfig()
83 !Common.SectionsToRename.empty() || !Common.SetSectionAlignment.empty() || in getXCOFFConfig()
/openbsd/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp631 if (!Config.SetSectionAlignment.empty()) { in handleArgs()
633 auto I = Config.SetSectionAlignment.find(Sec.Name); in handleArgs()
634 if (I != Config.SetSectionAlignment.end()) in handleArgs()
/openbsd/gnu/llvm/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h242 StringMap<uint64_t> SetSectionAlignment; member
/openbsd/gnu/llvm/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp804 Config.SetSectionAlignment[NameAndAlign->first] = NameAndAlign->second; in parseObjcopyOptions()