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

References

tools/llvm-objcopy/COFF/COFFObjcopy.cpp
  208       !Config.SymbolsToAdd.empty() || Config.EntryExpr) {
tools/llvm-objcopy/CopyConfig.cpp
  719       Config.EntryExpr = [EAddr](uint64_t) { return *EAddr; };
  726       auto Expr = Config.EntryExpr ? std::move(Config.EntryExpr)
  726       auto Expr = Config.EntryExpr ? std::move(Config.EntryExpr)
  728       Config.EntryExpr = [Expr, EIncr](uint64_t EAddr) {
tools/llvm-objcopy/ELF/ELFObjcopy.cpp
  729   if (Config.EntryExpr)
  730     Obj.Entry = Config.EntryExpr(Obj.Entry);
tools/llvm-objcopy/MachO/MachOObjcopy.cpp
   53       Config.EntryExpr) {