Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp255 if (!Config.SetSectionFlags.empty()) in handleArgs()
257 const auto It = Config.SetSectionFlags.find(Sec.Name); in handleArgs()
258 if (It != Config.SetSectionFlags.end()) in handleArgs()
265 const auto It = Config.SetSectionFlags.find(NewSection.SectionName); in handleArgs()
266 if (It != Config.SetSectionFlags.end()) in handleArgs()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/
H A DConfigManager.cpp44 !Common.SetSectionAlignment.empty() || !Common.SetSectionFlags.empty() || in getMachOConfig()
69 !Common.SetSectionFlags.empty() || !Common.SetSectionType.empty() || in getWasmConfig()
93 !Common.SetSectionFlags.empty() || !Common.SetSectionType.empty() || in getXCOFFConfig()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h241 StringMap<SectionFlagsUpdate> SetSectionFlags; member
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp795 if (!Config.SetSectionFlags.empty() || !Config.SetSectionType.empty()) { in handleArgs()
797 const auto Iter = Config.SetSectionFlags.find(Sec.Name); in handleArgs()
798 if (Iter != Config.SetSectionFlags.end()) { in handleArgs()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp915 if (!Config.SetSectionFlags.try_emplace(SFU->Name, *SFU).second) in parseObjcopyOptions()
939 if (Config.SetSectionFlags.count(SR.NewName)) in parseObjcopyOptions()