Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp599 if (!Config.SetSectionAlignment.empty()) { in handleArgs()
601 auto I = Config.SetSectionAlignment.find(Sec.Name); in handleArgs()
602 if (I != Config.SetSectionAlignment.end()) in handleArgs()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DCommonConfig.h193 StringMap<uint64_t> SetSectionAlignment; member
H A DConfigManager.cpp597 !Common.SectionsToRename.empty() || !Common.SetSectionAlignment.empty() || in getCOFFConfig()
619 !Common.SetSectionAlignment.empty() || !Common.SetSectionFlags.empty() || in getMachOConfig()
643 !Common.SectionsToRename.empty() || !Common.SetSectionAlignment.empty() || in getWasmConfig()
843 Config.SetSectionAlignment[NameAndAlign->first] = NameAndAlign->second; in parseObjcopyOptions()