Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjCopy/
HDConfigManager.cpp23 !Common.SetSectionAlignment.empty() || !Common.SetSectionType.empty() || in getCOFFConfig()
44 !Common.SetSectionAlignment.empty() || !Common.SetSectionFlags.empty() || in getMachOConfig()
68 !Common.SectionsToRename.empty() || !Common.SetSectionAlignment.empty() || in getWasmConfig()
92 !Common.SectionsToRename.empty() || !Common.SetSectionAlignment.empty() || in getXCOFFConfig()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjCopy/
HDCommonConfig.h240 StringMap<uint64_t> SetSectionAlignment; member
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
HDELFObjcopy.cpp713 if (!Config.SetSectionAlignment.empty()) { in handleArgs()
715 auto I = Config.SetSectionAlignment.find(Sec.Name); in handleArgs()
716 if (I != Config.SetSectionAlignment.end()) in handleArgs()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
HDObjcopyOptions.cpp908 Config.SetSectionAlignment[NameAndAlign->first] = NameAndAlign->second; in parseObjcopyOptions()