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

References

tools/lld/ELF/Driver.cpp
  882   config->ltoObjPath = args.getLastArgValue(OPT_lto_obj_path_eq);
tools/lld/ELF/LTO.cpp
  270     if (!config->ltoObjPath.empty())
  271       saveBuffer(buf[0], config->ltoObjPath);
  284   if (!config->ltoObjPath.empty()) {
  285     saveBuffer(buf[0], config->ltoObjPath);
  287       saveBuffer(buf[i], config->ltoObjPath + Twine(i));