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

References

lib/Support/CommandLine.cpp
 1087             NewArgv[I] = Saver.save(ResponseFile.c_str()).data();
 1211   newArgv.push_back(Saver.save(progName).data());
tools/lld/COFF/DriverUtils.cpp
   54   void add(const char *s) { args.push_back(saver.save(s)); }
tools/lld/ELF/AArch64ErrataFix.cpp
  400   addSyntheticLocal(saver.save("$x"), STT_NOTYPE, 0, 0, *this);
tools/lld/ELF/ARMErrataFix.cpp
  144   addSyntheticLocal(saver.save(isARM ? "$a" : "$t"), STT_NOTYPE, 0, 0, *this);