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.cpp263 if (!Config.SetSectionFlags.empty()) in handleArgs()
265 const auto It = Config.SetSectionFlags.find(Sec.Name); in handleArgs()
266 if (It != Config.SetSectionFlags.end()) in handleArgs()
273 const auto It = Config.SetSectionFlags.find(NewSection.SectionName); in handleArgs()
274 if (It != Config.SetSectionFlags.end()) in handleArgs()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/
H A DConfigManager.cpp43 !Common.SetSectionAlignment.empty() || !Common.SetSectionFlags.empty() || in getMachOConfig()
69 !Common.SetSectionFlags.empty() || !Common.SetSectionType.empty() || in getWasmConfig()
94 !Common.SetSectionFlags.empty() || !Common.SetSectionType.empty() || in getXCOFFConfig()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h255 StringMap<SectionFlagsUpdate> SetSectionFlags; member
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp952 if (!Config.SetSectionFlags.empty() || !Config.SetSectionType.empty()) { in handleArgs()
954 const auto Iter = Config.SetSectionFlags.find(Sec.Name); in handleArgs()
955 if (Iter != Config.SetSectionFlags.end()) { in handleArgs()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp1023 if (!Config.SetSectionFlags.try_emplace(SFU->Name, *SFU).second) in parseObjcopyOptions()
1047 if (Config.SetSectionFlags.count(SR.NewName)) in parseObjcopyOptions()