Home
last modified time | relevance | path

Searched refs:SetSectionFlags (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp225 if (!Config.SetSectionFlags.empty()) in handleArgs()
227 const auto It = Config.SetSectionFlags.find(Sec.Name); in handleArgs()
228 if (It != Config.SetSectionFlags.end()) in handleArgs()
235 const auto It = Config.SetSectionFlags.find(NewSection.SectionName); in handleArgs()
236 if (It != Config.SetSectionFlags.end()) in handleArgs()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/
H A DConfigManager.cpp40 !Common.SetSectionAlignment.empty() || !Common.SetSectionFlags.empty() || in getMachOConfig()
62 !Common.SetSectionFlags.empty() || !Common.SetSectionType.empty() || in getWasmConfig()
84 !Common.SetSectionFlags.empty() || !Common.SetSectionType.empty() || in getXCOFFConfig()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp678 if (!Config.SetSectionFlags.empty() || !Config.SetSectionType.empty()) { in handleArgs()
680 const auto Iter = Config.SetSectionFlags.find(Sec.Name); in handleArgs()
681 if (Iter != Config.SetSectionFlags.end()) { in handleArgs()
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h243 StringMap<SectionFlagsUpdate> SetSectionFlags; member
/openbsd-src/gnu/llvm/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp811 if (!Config.SetSectionFlags.try_emplace(SFU->Name, *SFU).second) in parseObjcopyOptions()
835 if (Config.SetSectionFlags.count(SR.NewName)) in parseObjcopyOptions()