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

References

tools/llvm-objcopy/COFF/COFFObjcopy.cpp
  194   if (Config.AllowBrokenLinks || !Config.BuildIdLinkDir.empty() ||
tools/llvm-objcopy/CopyConfig.cpp
  699   Config.AllowBrokenLinks = InputArgs.hasArg(OBJCOPY_allow_broken_links);
  809   Config.AllowBrokenLinks = InputArgs.hasArg(STRIP_allow_broken_links);
tools/llvm-objcopy/ELF/ELFObjcopy.cpp
  270   if (Error E = DWOFile->removeSections(Config.AllowBrokenLinks, 
  583   return Obj.removeSections(Config.AllowBrokenLinks, RemovePred);
tools/llvm-objcopy/MachO/MachOObjcopy.cpp
   36   if (Config.AllowBrokenLinks || !Config.BuildIdLinkDir.empty() ||