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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCopyConfig.h197 StringMap<SectionFlagsUpdate> SetSectionFlags; member in struct:llvm::objcopy::CopyConfig
H A DCopyConfig.cpp598 if (!Config.SetSectionFlags.try_emplace(SFU->Name, *SFU).second)
608 if (Config.SetSectionFlags.count(SR.OriginalName))
614 if (Config.SetSectionFlags.count(SR.NewName))
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp169 !Config.SetSectionAlignment.empty() || !Config.SetSectionFlags.empty() ||
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DCOFFObjcopy.cpp208 !Config.SetSectionAlignment.empty() || !Config.SetSectionFlags.empty() ||
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp687 if (!Config.SetSectionFlags.empty()) {
689 const auto Iter = Config.SetSectionFlags.find(Sec.Name);
690 if (Iter != Config.SetSectionFlags.end()) {

Completed in 119 milliseconds