Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/
H A DConfigManager.cpp22 !Common.SetSectionAlignment.empty() || !Common.SetSectionType.empty() || in getCOFFConfig()
41 !Common.SetSectionAlignment.empty() || !Common.SetSectionFlags.empty() || in getMachOConfig()
63 !Common.SectionsToRename.empty() || !Common.SetSectionAlignment.empty() || in getWasmConfig()
86 !Common.SectionsToRename.empty() || !Common.SetSectionAlignment.empty() || in getXCOFFConfig()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h245 StringMap<uint64_t> SetSectionAlignment; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp648 if (!Config.SetSectionAlignment.empty()) { in handleArgs()
650 auto I = Config.SetSectionAlignment.find(Sec.Name); in handleArgs()
651 if (I != Config.SetSectionAlignment.end()) in handleArgs()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp802 Config.SetSectionAlignment[NameAndAlign->first] = NameAndAlign->second; in parseObjcopyOptions()