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

References

tools/llvm-objcopy/COFF/COFFObjcopy.cpp
  206       Config.Weaken || Config.DecompressDebugSections ||
tools/llvm-objcopy/CopyConfig.cpp
  620   Config.Weaken = InputArgs.hasArg(OBJCOPY_weaken);
tools/llvm-objcopy/ELF/ELFObjcopy.cpp
  384     if (Config.Weaken && Sym.Binding == STB_GLOBAL &&
tools/llvm-objcopy/MachO/MachOObjcopy.cpp
   49       Config.StripNonAlloc || Config.StripSections || Config.Weaken ||