Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-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()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp698 if (!Config.SetSectionFlags.empty()) { in handleArgs()
700 const auto Iter = Config.SetSectionFlags.find(Sec.Name); in handleArgs()
701 if (Iter != Config.SetSectionFlags.end()) { in handleArgs()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCommonConfig.h239 StringMap<SectionFlagsUpdate> SetSectionFlags; member
H A DConfigManager.cpp598 !Common.SetSectionAlignment.empty() || !Common.SetSectionFlags.empty() || in getMachOConfig()
622 !Common.SetSectionFlags.empty() || !Common.SymbolsToRename.empty()) { in getWasmConfig()
843 if (!Config.SetSectionFlags.try_emplace(SFU->Name, *SFU).second) in parseObjcopyOptions()
853 if (Config.SetSectionFlags.count(SR.OriginalName)) in parseObjcopyOptions()
859 if (Config.SetSectionFlags.count(SR.NewName)) in parseObjcopyOptions()