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

References

tools/llvm-objcopy/COFF/COFFObjcopy.cpp
  196       !Config.SplitDWO.empty() || !Config.SymbolsPrefix.empty() ||
tools/llvm-objcopy/CopyConfig.cpp
  516   Config.SymbolsPrefix = InputArgs.getLastArgValue(OBJCOPY_prefix_symbols);
tools/llvm-objcopy/ELF/ELFObjcopy.cpp
  392     if (!Config.SymbolsPrefix.empty() && Sym.Type != STT_SECTION)
  393       Sym.Name = (Config.SymbolsPrefix + Sym.Name).str();
tools/llvm-objcopy/MachO/MachOObjcopy.cpp
   38       !Config.SplitDWO.empty() || !Config.SymbolsPrefix.empty() ||