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
  553     Config.SetSectionAlignment[NameAndAlign->first] = NameAndAlign->second;
tools/llvm-objcopy/ELF/ELFObjcopy.cpp
  673   if (!Config.SetSectionAlignment.empty()) {
  675       auto I = Config.SetSectionAlignment.find(Sec.Name);
  676       if (I != Config.SetSectionAlignment.end())
tools/llvm-objcopy/MachO/MachOObjcopy.cpp
   46       !Config.SetSectionAlignment.empty() || !Config.SetSectionFlags.empty() ||