Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp649 if (!Config.SetSectionFlags.empty()) { in handleArgs()
651 const auto Iter = Config.SetSectionFlags.find(Sec.Name); in handleArgs()
652 if (Iter != Config.SetSectionFlags.end()) { in handleArgs()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DCommonConfig.h194 StringMap<SectionFlagsUpdate> SetSectionFlags; member
H A DConfigManager.cpp619 !Common.SetSectionAlignment.empty() || !Common.SetSectionFlags.empty() || in getMachOConfig()
644 !Common.SetSectionFlags.empty() || !Common.SymbolsToRename.empty()) { in getWasmConfig()
850 if (!Config.SetSectionFlags.try_emplace(SFU->Name, *SFU).second) in parseObjcopyOptions()
860 if (Config.SetSectionFlags.count(SR.OriginalName)) in parseObjcopyOptions()
866 if (Config.SetSectionFlags.count(SR.NewName)) in parseObjcopyOptions()