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

References

tools/llvm-objcopy/COFF/COFFObjcopy.cpp
  197       !Config.AllocSectionsPrefix.empty() || !Config.DumpSection.empty() ||
tools/llvm-objcopy/CopyConfig.cpp
  517   Config.AllocSectionsPrefix =
tools/llvm-objcopy/ELF/ELFObjcopy.cpp
  631   if (!Config.AllocSectionsPrefix.empty()) {
  635         Sec.Name = (Config.AllocSectionsPrefix + Sec.Name).str();
  667                 (prefix + Config.AllocSectionsPrefix + TargetSec->Name).str();
tools/llvm-objcopy/MachO/MachOObjcopy.cpp
   39       !Config.AllocSectionsPrefix.empty() || !Config.AddSection.empty() ||