reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-objcopy/COFF/COFFObjcopy.cpp
  202       !Config.SetSectionAlignment.empty() || !Config.SetSectionFlags.empty() ||
tools/llvm-objcopy/CopyConfig.cpp
  560     if (!Config.SetSectionFlags.try_emplace(SFU->Name, *SFU).second)
  570     if (Config.SetSectionFlags.count(SR.OriginalName))
  576     if (Config.SetSectionFlags.count(SR.NewName))
tools/llvm-objcopy/ELF/ELFObjcopy.cpp
  681   if (!Config.SetSectionFlags.empty()) {
  683       const auto Iter = Config.SetSectionFlags.find(Sec.Name);
  684       if (Iter != Config.SetSectionFlags.end()) {
tools/llvm-objcopy/MachO/MachOObjcopy.cpp
   46       !Config.SetSectionAlignment.empty() || !Config.SetSectionFlags.empty() ||