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

References

tools/llvm-objcopy/COFF/COFFObjcopy.cpp
  191   if (!Config.AddGnuDebugLink.empty())
  192     addGnuDebugLink(Obj, Config.AddGnuDebugLink);
tools/llvm-objcopy/CopyConfig.cpp
  495   Config.AddGnuDebugLink = InputArgs.getLastArgValue(OBJCOPY_add_gnu_debuglink);
  500   if (!Config.AddGnuDebugLink.empty()) {
  501     auto DebugOrErr = MemoryBuffer::getFile(Config.AddGnuDebugLink);
  503       return createFileError(Config.AddGnuDebugLink, DebugOrErr.getError());
tools/llvm-objcopy/ELF/ELFObjcopy.cpp
  717   if (!Config.AddGnuDebugLink.empty())
  718     Obj.addSection<GnuDebugLinkSection>(Config.AddGnuDebugLink,